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 Devin Jeanpierre
Recipients Devin Jeanpierre
Date 2015-01-04.08:05:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420358706.85.0.46487014677.issue23162@psf.upfronthosting.co.za>
In-reply-to
Content
For sequence __contains__ and other scenarios, identity is checked before equality, which I've heard is so that "for x in y: assert x in y" doesn't ever fail with an AssertionError (even with NaN and so on). This is not the case for collections.abc-based sequences, which is a jarring inconsistency.
History
Date User Action Args
2015-01-04 08:05:06Devin Jeanpierresetrecipients: + Devin Jeanpierre
2015-01-04 08:05:06Devin Jeanpierresetmessageid: <1420358706.85.0.46487014677.issue23162@psf.upfronthosting.co.za>
2015-01-04 08:05:06Devin Jeanpierrelinkissue23162 messages
2015-01-04 08:05:06Devin Jeanpierrecreate