[Python-ideas] PEP

Ethan Furman ethan at stoneleaf.us
Thu Mar 8 23:02:48 CET 2012


Mark Janssen wrote:
> On Thu, Mar 8, 2012 at 2:36 PM, Ethan Furman <ethan at stoneleaf.us 
> <mailto:ethan at stoneleaf.us>> wrote:
> 
>     Um, yes?  As in, most of the time.  Don't you?
> 
>     And Python uses whatever object the name is bound to:
> 
>     --> huh = 5
>     --> d = {}
>     --> d[huh] = 'hrm'
>     --> d
>     {5: 'hrm'}
> 
> 
> Hmm, wow, like never. But then didn't I decide that you're in a very 
> different Python group than I?  Not worse, just different....
> 
> :)

Apparently so.  :)

Yay, Python!

~Ethan~



More information about the Python-ideas mailing list