Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.13.0
Description
On Python 3.7 and onwards, builtin dict is guaranteed to be insertion-ordered. So there's no need to return a OrderedDict anymore.
(builtin dict is slightly smaller, faster, and can have a nicer repr output)
Attachments
Issue Links
- links to