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 stutzbach
Recipients stutzbach
Date 2010-05-15.22:08:10
SpamBayes Score 0.003467339
Marked as misclassified No
Message-id <1273961292.4.0.504404217276.issue8729@psf.upfronthosting.co.za>
In-reply-to
Content
The Mapping ABC's __eq__ method should return NotImplemented if the other type is not a Mapping, to give the other type a chance at the comparison.  Right now it simply returns false.

The comparison methods on the other ABCs in _abcoll.py already return NotImplemented if they don't recognize the other type.
History
Date User Action Args
2010-05-15 22:08:12stutzbachsetrecipients: + stutzbach
2010-05-15 22:08:12stutzbachsetmessageid: <1273961292.4.0.504404217276.issue8729@psf.upfronthosting.co.za>
2010-05-15 22:08:10stutzbachlinkissue8729 messages
2010-05-15 22:08:10stutzbachcreate