[issue35341] Add generic version of OrderedDict to typing module

Raymond Hettinger report at bugs.python.org
Sat Dec 1 16:03:31 EST 2018


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Now that regular dicts are ordered, my expectation is that OrderedDict() is going to mostly fall into disuse (much like UserDict, UserList, UserString).

That said, it would be nice if all of the collections classes had generic counterparts in the typing module.

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35341>
_______________________________________


More information about the Python-bugs-list mailing list