This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author selik
Recipients selik
Date 2018-05-11.03:31:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526009463.33.0.682650639539.issue33463@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-05-11 03:31:03seliksetrecipients: + selik
2018-05-11 03:31:03seliksetmessageid: <1526009463.33.0.682650639539.issue33463@psf.upfronthosting.co.za>
2018-05-11 03:31:03seliklinkissue33463 messages
2018-05-11 03:31:02selikcreate