[issue11205] Evaluation order of dictionary display is different from reference manual.

Skip Montanaro report at bugs.python.org
Sun Feb 13 15:26:55 CET 2011


Skip Montanaro <skip at pobox.com> added the comment:

3.2 and earlier versions are all frozen, but for 3.3 it might make sense to bump the version number of the bytecode and change STORE_MAP to take the key and value in the opposite order, thus allowing to remove the ROT_TWO I had to add to make this work.

----------

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


More information about the Python-bugs-list mailing list