Re: [Python-Dev] Non-string keys in type dict

2012-03-07 Thread Brett Wilkins
I see that I've misunderstood this entirely, nevermind me. --Brett On 08/03/12 14:48, Brett Wilkins wrote: > I assume when you say "non-string keys" this includes numbers. > > But in Pypy, I can certainly use numbers: >>>> {'1':1, 1:2}.keys() > [&

Re: [Python-Dev] Non-string keys in type dict

2012-03-07 Thread Brett Wilkins
I assume when you say "non-string keys" this includes numbers. But in Pypy, I can certainly use numbers: >>> {'1':1, 1:2}.keys() ['1', 1] I can even use a lambda (obviously not a string, a number, nor what I would consider a primitive): >>> {'1':1, (lambda x: x):2}.keys() ['1', at 0x7fdb0b8