[Python-3000] dict view operations

"Martin v. Löwis" martin at v.loewis.de
Tue Sep 4 20:35:12 CEST 2007


> Oh, and another thing: the items views can contain unhashable values

That, of course, could be fixed: if the key-value pairs would only
hash by key (ignoring the value), they would remain hashable.

Regards,
Martin


More information about the Python-3000 mailing list