[Python-Dev] Guarantee ordered dict literals in v3.7?

Serhiy Storchaka storchaka at gmail.com
Fri Dec 15 13:19:00 EST 2017


15.12.17 17:53, Guido van Rossum пише:
> Make it so. "Dict keeps insertion order" is the ruling. Thanks!

What should dict.popitem() return? The first item, the last item, or 
unspecified?



More information about the Python-Dev mailing list