Antoine Pitrou <[EMAIL PROTECTED]> added the comment:

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'

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3500>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to