Ned Batchelder added the comment:

Since this is documented in the Python Language Reference, it doesn't make much 
sense to have it describe one way for 3.3 and another for 3.4, does it?  By 
definition, doesn't that make this an implementation dependency?  We should 
update the docs to say that pairs in dicts will be evaluated left-to-right, but 
that the order of key and value is implementation dependent, since it actually 
is.

----------
nosy: +nedbat

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11205>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to