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 martin.panter
Recipients andymaier, benjamin.peterson, chris.jerdonek, cvrebert, docs@python, ethan.furman, ezio.melotti, gvanrossum, mark.dickinson, martin.panter, mikehoy, rhettinger, steven.daprano, terry.reedy
Date 2014-09-06.23:18:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410045490.11.0.880626014689.issue12067@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-09-06 23:18:10martin.pantersetrecipients: + martin.panter, gvanrossum, rhettinger, terry.reedy, mark.dickinson, benjamin.peterson, ezio.melotti, steven.daprano, cvrebert, chris.jerdonek, docs@python, ethan.furman, mikehoy, andymaier
2014-09-06 23:18:10martin.pantersetmessageid: <1410045490.11.0.880626014689.issue12067@psf.upfronthosting.co.za>
2014-09-06 23:18:10martin.panterlinkissue12067 messages
2014-09-06 23:18:10martin.pantercreate