[issue35341] Add generic version of OrderedDict to typing module

Ivan Levkivskyi report at bugs.python.org
Thu Nov 29 04:53:25 EST 2018


Ivan Levkivskyi <levkivskyi at gmail.com> added the comment:

Yes, since we already have `DefaultDict`, `Counter`, and `ChainMap` from collections, we can also add `OrderedDict`.

----------

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


More information about the Python-bugs-list mailing list