6 ms·
There in lies another reason why OrderedDicts are still useful even in 3.12
by judicious 2y ago
There in lies another reason why OrderedDicts are still useful even in 3.12
- rbanffy 2y agoNot really. It was pointed out that since 3.7 the order preserving behaviour is part of the spec for dicts.
- judicious 2y agoI guess for most purposes, OrderedDicts are then obsolete, but I believe there are some extra convenience methods that they have, but I've only really needed to preserve order. Makes you think what other parts of Python have become obsolete.