don't need dictionary's keys - hash table?

Diez B. Roggisch deets at nospam.web.de
Thu Jul 13 03:32:09 EDT 2006


>   I am a little surprised that hash(hash(s)) == hash(s), is that actually
> true?

As hashes are integers & the hash of an integer is the integer itself, 
this isn't to surprising.


Diez



More information about the Python-list mailing list