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 rhettinger
Recipients IKermani, rhettinger
Date 2020-10-18.18:11:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603044663.23.0.767053882449.issue42066@roundup.psfhosted.org>
In-reply-to
Content
The seems reasonable to me.  Likely, the sorting was originally added to make the execution order deterministic.  Now that dicts remember insertion order, that is no longer necessary.  Helpfully, the docs do not specify sorting, so there is no guaranteed behavior.  That said, there is some risk that applications or their tests depend on the existing behavior.
History
Date User Action Args
2020-10-18 18:11:03rhettingersetrecipients: + rhettinger, IKermani
2020-10-18 18:11:03rhettingersetmessageid: <1603044663.23.0.767053882449.issue42066@roundup.psfhosted.org>
2020-10-18 18:11:03rhettingerlinkissue42066 messages
2020-10-18 18:11:03rhettingercreate