[issue35864] Replace OrderedDict with regular dict in namedtuple's _asdict() method.

Eric Snow report at bugs.python.org
Fri Feb 1 11:28:26 EST 2019


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

FWIW, both PEP 468 (kwargs order) and PEP 520 (class definition order) specify order-preserving mapping rather than dict.  The main difference is that they are about language features rather than something out of the stdlib. :)

----------

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


More information about the Python-bugs-list mailing list