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

Stefan Krah stefan at bytereef.org
Sun Nov 5 14:20:06 EST 2017


On Sun, Nov 05, 2017 at 09:01:40PM +0200, Serhiy Storchaka wrote:

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

No, this is essentially a language spec doc issue that would guarantee the ordering properties of the current dict implementation.

Stefan Krah



More information about the Python-Dev mailing list