Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

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.

----------
nosy: +rhettinger

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

Reply via email to