This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients exarkun, pitrou
Date 2008-08-04.20:10:46
SpamBayes Score 0.032661498
Marked as misclassified No
Message-id <1217880647.61.0.251562419245.issue3500@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently Roundup snipped my numbers example :-)
Here it is, hoping it will pass through this time :

>>> d = {}
>>> d[1] = 'a'
>>> d[1.0] = 'b'
>>> d[1]
'b'
History
Date User Action Args
2008-08-04 20:10:47pitrousetrecipients: + pitrou, exarkun
2008-08-04 20:10:47pitrousetmessageid: <1217880647.61.0.251562419245.issue3500@psf.upfronthosting.co.za>
2008-08-04 20:10:46pitroulinkissue3500 messages
2008-08-04 20:10:46pitroucreate