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 ncoghlan
Recipients ncoghlan, pmoody, serhiy.storchaka
Date 2015-01-24.13:03:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422104613.66.0.475070042678.issue23268@psf.upfronthosting.co.za>
In-reply-to
Content
+1, looks good to me.

That test for ordering and comparison interoperability is actually pretty neat - I wonder if we could make it more generally available as a "check my class handles NotImplemented correctly" check (in unittest?), which would potentially be useful in pursuing a fix for issue #11477.

The fact the default __ne__ implementation doesn't handle NotImplemented correctly should probably be filed as a separate issue.
History
Date User Action Args
2015-01-24 13:03:33ncoghlansetrecipients: + ncoghlan, pmoody, serhiy.storchaka
2015-01-24 13:03:33ncoghlansetmessageid: <1422104613.66.0.475070042678.issue23268@psf.upfronthosting.co.za>
2015-01-24 13:03:33ncoghlanlinkissue23268 messages
2015-01-24 13:03:33ncoghlancreate