[Python-3000] dict view operations (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Tue Sep 4 20:35:12 CEST 2007
- Previous message: [Python-3000] dict view operations
- Next message: [Python-3000] dict view operations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-3000] dict view operations
- Next message: [Python-3000] dict view operations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]