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, ethan.furman
Date 2013-12-28.20:08:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388261332.86.0.916055117887.issue20092@psf.upfronthosting.co.za>
In-reply-to
Content
__ne__ is not "bound" to __eq__. The comparison code simply falls back onto __eq__ if __ne__ is not defined.
History
Date User Action Args
2013-12-28 20:08:52benjamin.petersonsetrecipients: + benjamin.peterson, ethan.furman
2013-12-28 20:08:52benjamin.petersonsetmessageid: <1388261332.86.0.916055117887.issue20092@psf.upfronthosting.co.za>
2013-12-28 20:08:52benjamin.petersonlinkissue20092 messages
2013-12-28 20:08:52benjamin.petersoncreate