This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ElizabethU, serhiy.storchaka, xtreak
Date 2019-07-11.18:01:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562868068.38.0.497447400361.issue37555@roundup.psfhosted.org>
In-reply-to
Content
Karthikeyan, I think there is a flaw in your example. The good __eq__ should return NotImplemented instead of False for other types. This wil allow the right operand's __eq__ to play.
History
Date User Action Args
2019-07-11 18:01:08serhiy.storchakasetrecipients: + serhiy.storchaka, xtreak, ElizabethU
2019-07-11 18:01:08serhiy.storchakasetmessageid: <1562868068.38.0.497447400361.issue37555@roundup.psfhosted.org>
2019-07-11 18:01:08serhiy.storchakalinkissue37555 messages
2019-07-11 18:01:08serhiy.storchakacreate