[issue17262] OrderedDict not ordering properly when int and float keys are used

Benjamin Peterson report at bugs.python.org
Thu Feb 21 00:35:53 CET 2013


Benjamin Peterson added the comment:

The dictionary you pass to the OrderedDict constructor has already lost the order you initialize it with.

----------
nosy: +benjamin.peterson
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17262>
_______________________________________


More information about the Python-bugs-list mailing list