[Python-checkins] r82899 - python/branches/py3k/Doc/reference/expressions.rst

Alexander Belopolsky alexander.belopolsky at gmail.com
Wed Jul 14 23:35:05 CEST 2010


On Wed, Jul 14, 2010 at 4:30 PM, senthil.kumaran
<python-checkins at python.org> wrote:
..
> +* Mappings (dictionaries) compare equal if and only if they have the same

Hmm, to me *the same* implies identity (a is b) rather than equality
(a == b).  No, I cannot think of a better wording that is still
concise.


More information about the Python-checkins mailing list