[docs] [issue12067] Doc: remove errors about mixed-type comparisons.

Martin Panter report at bugs.python.org
Sun Sep 7 01:18:10 CEST 2014


Martin Panter added the comment:

The point about “a != b” deferring to “not a.__eq__(b)” is not documented anywhere that I am aware of. In fact the opposite is currently documented at <https://docs.python.org/release/3.4.0/reference/datamodel.html#richcmpfuncs>, so maybe this needs to be fixed, one way or another.

----------

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


More information about the docs mailing list