[Python-Dev] Pre-PEP: Mutable keys in dictionaries (original) (raw)

Just van Rossum just@letterror.com
Thu, 6 Feb 2003 22:02:58 +0100


Neal Norwitz wrote:

Couldn't you add an askey() method to NSString? Then dict access would always be like:

dict[nsstring.askey()]

That's not my idea of transparent bridging, so no ;-)

Just