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 antocuni, chris.jerdonek, cvrebert, docs@python, eric.araujo, franck, mark.dickinson, martin.panter, medwards, ncoghlan, rhettinger, terry.reedy
Date 2015-01-11.06:27:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420957652.66.0.660027306406.issue4395@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that documents the default object.__ne__() implementation. It also documents the subclass priority rules for the reflected comparison methods, which is raised in Issue 22052.

I have made some more tests to verify the relationships exists from __ne__ to __eq__, but no other relationships exist for the other methods. I will include it in my patch in Issue 21408 to avoid the patches conflicting with each other.
History
Date User Action Args
2015-01-11 06:27:33martin.pantersetrecipients: + martin.panter, rhettinger, terry.reedy, mark.dickinson, ncoghlan, eric.araujo, medwards, cvrebert, chris.jerdonek, docs@python, franck, antocuni
2015-01-11 06:27:32martin.pantersetmessageid: <1420957652.66.0.660027306406.issue4395@psf.upfronthosting.co.za>
2015-01-11 06:27:32martin.panterlinkissue4395 messages
2015-01-11 06:27:32martin.pantercreate