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 benjamin.peterson
Recipients benjamin.peterson, exarkun, josh.r, r.david.murray
Date 2014-05-01.21:52:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398981126.74.0.410393185554.issue21408@psf.upfronthosting.co.za>
In-reply-to
Content
The subclass behavior is a red herring.

I meant maybe object.__ne__ should check if the other object has a __ne__ method before falling back on ``not object.__eq__()``.
History
Date User Action Args
2014-05-01 21:52:06benjamin.petersonsetrecipients: + benjamin.peterson, exarkun, r.david.murray, josh.r
2014-05-01 21:52:06benjamin.petersonsetmessageid: <1398981126.74.0.410393185554.issue21408@psf.upfronthosting.co.za>
2014-05-01 21:52:06benjamin.petersonlinkissue21408 messages
2014-05-01 21:52:06benjamin.petersoncreate