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

Raymond Hettinger report at bugs.python.org
Thu Jan 31 03:47:55 EST 2019


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


New changeset 9f3f0931cfc58498086d287226650599a97412bb by Raymond Hettinger (Michael Selik) in branch 'master':
bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014)
https://github.com/python/cpython/commit/9f3f0931cfc58498086d287226650599a97412bb


----------

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


More information about the Python-bugs-list mailing list