This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Jim Fasarakis-Hilliard, docs@python, methane, r.david.murray, xiang.zhang
Date 2017-02-05.15:44:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486309472.9.0.718441920463.issue29453@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-02-05 15:44:32r.david.murraysetrecipients: + r.david.murray, methane, docs@python, xiang.zhang, Jim Fasarakis-Hilliard
2017-02-05 15:44:32r.david.murraysetmessageid: <1486309472.9.0.718441920463.issue29453@psf.upfronthosting.co.za>
2017-02-05 15:44:32r.david.murraylinkissue29453 messages
2017-02-05 15:44:32r.david.murraycreate