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 rhettinger
Recipients David Seddon, abarry, ncoghlan, rhettinger
Date 2015-11-28.08:13:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448698395.28.0.624240744648.issue25732@psf.upfronthosting.co.za>
In-reply-to
Content
The docs are correct but are apparently misleading ("rich comparison methods" means all six comparison methods while "rich comparison ordering methods" means only the four that provide order).  That said, I think it would be perfectly reasonable to amend the code to supply __ne__ if it is missing.  That would be reduce the likelihood of bugs arising when supplied only __eq__ and one of the four ordering methods but not __ne__.
History
Date User Action Args
2015-11-28 08:13:15rhettingersetrecipients: + rhettinger, ncoghlan, abarry, David Seddon
2015-11-28 08:13:15rhettingersetmessageid: <1448698395.28.0.624240744648.issue25732@psf.upfronthosting.co.za>
2015-11-28 08:13:15rhettingerlinkissue25732 messages
2015-11-28 08:13:14rhettingercreate