Python 3.7 – Dictionaries now ordered
One of my readers pointed out to me that Python 3.7 will now have ordered dictionaries by default. You can read the “announcement” over on the Python-Dev list. Python’s dict has always been unordered up until Python 3.6, when it was changed to be ordered based on a proposal by Raymond Hettinger, who is one […]
Python 3.7 – Dictionaries now ordered Read More »
