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 brett.cannon
Recipients brett.cannon, docs@python, murali
Date 2019-12-20.17:39:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576863587.27.0.124174885349.issue39111@roundup.psfhosted.org>
In-reply-to
Content
This is because your class implicitly inherits from object and object.__eq__() is implemented and does not return NotImplemented.
History
Date User Action Args
2019-12-20 17:39:47brett.cannonsetrecipients: + brett.cannon, docs@python, murali
2019-12-20 17:39:47brett.cannonsetmessageid: <1576863587.27.0.124174885349.issue39111@roundup.psfhosted.org>
2019-12-20 17:39:47brett.cannonlinkissue39111 messages
2019-12-20 17:39:47brett.cannoncreate