[issue21408] delegation of `!=` to the right-hand side argument is not always done

Benjamin Peterson report at bugs.python.org
Thu May 1 16:40:38 CEST 2014


Benjamin Peterson added the comment:

That's because the implicit default __ne__ on Bar returns the opposite of __eq__.

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21408>
_______________________________________


More information about the Python-bugs-list mailing list