[issue39111] Misleading documentation

Brett Cannon report at bugs.python.org
Fri Dec 20 12:39:47 EST 2019


Brett Cannon <brett at python.org> added the comment:

This is because your class implicitly inherits from object and object.__eq__() is implemented and does not return NotImplemented.

----------
nosy: +brett.cannon
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39111>
_______________________________________


More information about the Python-bugs-list mailing list