Python 3.7 ordering preserved
Changelog
As of Python version 3.7, the insertion order in dict
is preserved by design. This is accounted for by allowing to dump and load to/from ordinary dictionaries in the same way as you do for OrderedDicts
As of Python version 3.7, the insertion order in dict
is preserved by design. This is accounted for by allowing to dump and load to/from ordinary dictionaries in the same way as you do for OrderedDicts