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 python-dev
Recipients holdenweb, python-dev, r.david.murray, rhettinger
Date 2016-08-30.19:35:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160830193556.77269.97166.31BD1ED4@psf.io>
In-reply-to
Content
New changeset bb3e2a5be31b by Raymond Hettinger in branch 'default':
Issue #27842: The csv.DictReader now returns rows of type OrderedDict.
https://hg.python.org/cpython/rev/bb3e2a5be31b
History
Date User Action Args
2016-08-30 19:35:59python-devsetrecipients: + python-dev, rhettinger, holdenweb, r.david.murray
2016-08-30 19:35:59python-devlinkissue27842 messages
2016-08-30 19:35:59python-devcreate