[Python-Dev] Guarantee ordered dict literals in v3.7? (original) (raw)

Serhiy Storchaka storchaka at gmail.com
Sun Nov 5 14:01:40 EST 2017


04.11.17 19:30, Stefan Krah пише:

would it be possible to guarantee that dict literals are ordered in v3.7?

The issue is well-known and the workarounds are tedious, example: https://mail.python.org/pipermail/python-ideas/2015-December/037423.html If the feature is guaranteed now, people can rely on it around v3.9.

Do you suggest to make dictionary displays producing OrderedDict instead of dict?



More information about the Python-Dev mailing list