[docs] [issue29453] Remove reference to undefined dictionary ordering in Tutorial

R. David Murray report at bugs.python.org
Sun Feb 5 10:44:32 EST 2017


R. David Murray added the comment:

It is not (yet) a language requirement that ordinary dictionaries be ordered.  This patch may become appropriate in 3.7, but that has not yet been determined.  It is not appropriate for 3.6.  In 3.6, the order of keys in an ordinary dictionary is still undefined, even though it is in practice consistent in CPython.

----------
nosy: +r.david.murray
versions:  -Python 3.6

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


More information about the docs mailing list