Closed mariiakornieva closed 3 years ago
According to the official documentation https://docs.python.org/3.7/library/stdtypes.html#typesmapping: Changed in version 3.7: Dictionary order is guaranteed to be insertion order. This behavior was an implementation detail of CPython from 3.6.
Thanks for this quick PR!
According to the official documentation https://docs.python.org/3.7/library/stdtypes.html#typesmapping: Changed in version 3.7: Dictionary order is guaranteed to be insertion order. This behavior was an implementation detail of CPython from 3.6.