Skip to content

Python 3.7 ordering preserved

Compare
Choose a tag to compare
@jonas-eschle jonas-eschle released this 28 Jul 16:24
· 112 commits to main since this release

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