New submission from Michael Selik <[email protected]>: Since the basic dict is now keeping insertion order, can we switch namedtuple._asdict to return a basic dict? Other than OrderedDict.move_to_end and the repr, I believe there is no compatibility issue.
---------- messages: 316387 nosy: selik priority: normal severity: normal status: open title: Can namedtuple._asdict return a regular dict instead of OrderedDict? type: enhancement versions: Python 3.7, Python 3.8 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33463> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
