[Python-Dev] Pre-PEP: Mutable keys in dictionaries

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


Neal Norwitz wrote:

> Couldn't you add an as_key() method to NSString?  Then dict
> access would always be like:
> 
>         dict[nsstring.as_key()]

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

Just