Ivan Van Laningham wrote:
> Well, Florian said, "using two different keys, both unique"; if that is
> true, then a single key maps to a single value & vice versa.  
Of course you are right.  I got caught up in the problem I imagined (the
pair being unique).

 > ... subclass dict and provide get/set that always insert the value
 > as a key.  So dict["string"]=time also means dict[time]="string".
> Or am I missing something?
Yup, getting to min and max.  I presume that will be key-dependent.

--Scott David Daniels
[EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to