[Python-Dev] Guarantee ordered dict literals in v3.7?
Serhiy Storchaka
storchaka at gmail.com
Sun Nov 5 14:01:40 EST 2017
More information about the Python-Dev mailing list
Sun Nov 5 14:01:40 EST 2017
- Previous message (by thread): [Python-Dev] Guarantee ordered dict literals in v3.7?
- Next message (by thread): [Python-Dev] Guarantee ordered dict literals in v3.7?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Previous message (by thread): [Python-Dev] Guarantee ordered dict literals in v3.7?
- Next message (by thread): [Python-Dev] Guarantee ordered dict literals in v3.7?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list