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 docs@python, martin.panter, max
Date 2016-11-25.13:15:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480079705.7.0.0927221880677.issue28785@psf.upfronthosting.co.za>
In-reply-to
Content
Correct, I meant to say the first fallback is the other call.

BTW your suggested text might hold for __eq__(), but for __ne__(), returning NotImplemented seems to bypass the “not a.__eq__(b)” fallback.
History
Date User Action Args
2016-11-25 13:15:05martin.pantersetrecipients: + martin.panter, docs@python, max
2016-11-25 13:15:05martin.pantersetmessageid: <1480079705.7.0.0927221880677.issue28785@psf.upfronthosting.co.za>
2016-11-25 13:15:05martin.panterlinkissue28785 messages
2016-11-25 13:15:05martin.pantercreate