[issue33463] Can namedtuple._asdict return a regular dict instead of OrderedDict?

Raymond Hettinger report at bugs.python.org
Fri May 11 10:24:27 EDT 2018


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

This would have to go through a deprecation cycle, but it would be a nice improvement (faster, cleaner, and consistent with data classes).

----------
assignee: rhettinger -> 
components: +Library (Lib)

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


More information about the Python-bugs-list mailing list