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 gvanrossum
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-07.04:13:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJLumqMJLVFRrzBZL=fE88R6sVUxF0viXM3zUXn7ZgjWmA@mail.gmail.com>
In-reply-to <1410045490.11.0.880626014689.issue12067@psf.upfronthosting.co.za>
Content
That's a pretty new feature. Someone probably forgot to clean up all the
places where it was documented.

On Sat, Sep 6, 2014 at 4:18 PM, Martin Panter <report@bugs.python.org>
wrote:

>
> 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@bugs.python.org>
> <http://bugs.python.org/issue12067>
> _______________________________________
>
History
Date User Action Args
2014-09-07 04:13:26gvanrossumsetrecipients: + gvanrossum, rhettinger, terry.reedy, mark.dickinson, benjamin.peterson, ezio.melotti, steven.daprano, cvrebert, chris.jerdonek, docs@python, ethan.furman, martin.panter, mikehoy, andymaier
2014-09-07 04:13:26gvanrossumlinkissue12067 messages
2014-09-07 04:13:25gvanrossumcreate