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 akira
Recipients Electro, akira, mark.dickinson, rhettinger
Date 2014-06-26.23:23:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403824981.45.0.159904022327.issue21873@psf.upfronthosting.co.za>
In-reply-to
Content
> Python containers are allowed to let identity-imply-equality (the reflesive property of equality).

Is it documented somewhere?

> Dicts, lists, tuples, deques, sets, and frozensets all work this way. 

Is it CPython specific behaviour?
History
Date User Action Args
2014-06-26 23:23:01akirasetrecipients: + akira, rhettinger, mark.dickinson, Electro
2014-06-26 23:23:01akirasetmessageid: <1403824981.45.0.159904022327.issue21873@psf.upfronthosting.co.za>
2014-06-26 23:23:01akiralinkissue21873 messages
2014-06-26 23:23:01akiracreate