[Python-Dev] d.get_key(key) -> key?

Greg Ewing greg@cosc.canterbury.ac.nz
Thu, 06 Jun 2002 12:26:40 +1200 (NZST)


"Daniel 'eikeon' Krech" <eikeon@eikeon.com>:

> Ideally it would be nice not to have to store it as part of the
> value.

You could keep a separate dictionary mapping each
"canonical" value to itself, and use that for
normalising things before looking up the main
dictionary.

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg@cosc.canterbury.ac.nz	   +--------------------------------------+