Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) #17836

Open
wants to merge 1 commit into
base: 3.8
from

Conversation

@serhiy-storchaka
Copy link
Member

serhiy-storchaka commented Jan 5, 2020

They now return NotImplemented for unsupported type of the other operand.
(cherry picked from commit 662db12)

https://bugs.python.org/issue37685

…sses. (GH-14952)

They now return NotImplemented for unsupported type of the other operand..
(cherry picked from commit 662db12)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants
You can’t perform that action at this time.