aneagoie / ztm-python-cheat-sheet

https://zerotomastery.io/courses/python/cheatsheet/
2.43k stars 1.35k forks source link

Update the information about dictionaries order #12

Closed mariiakornieva closed 3 years ago

mariiakornieva commented 4 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.

aneagoie commented 3 years ago

Thanks for this quick PR!