[issue34003] csv.DictReader can return basic dict instead of OrderedDict

Michael Selik report at bugs.python.org
Fri Jun 29 15:47:39 EDT 2018


New submission from Michael Selik <mike at selik.org>:

Since dicts are now keeping insertion order as of 3.7, we can switch to the more efficient construction of dict rather than OrderedDict for each row in the CSV file.

----------
messages: 320734
nosy: selik
priority: normal
severity: normal
status: open
title: csv.DictReader can return basic dict instead of OrderedDict
versions: Python 3.8

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


More information about the Python-bugs-list mailing list