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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2017-12-15.19:00:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513364453.6.0.213398074469.issue32339@psf.upfronthosting.co.za>
In-reply-to
Content
Since 3.6 csv.DictReader emits OrderedDicts instead of regular dicts. Since regular dicts are ordered in 3.7, this is an overkill. It would be nice to add a configuration option for a return type.

This is an easy issue.
History
Date User Action Args
2017-12-15 19:00:53serhiy.storchakasetrecipients: + serhiy.storchaka
2017-12-15 19:00:53serhiy.storchakasetmessageid: <1513364453.6.0.213398074469.issue32339@psf.upfronthosting.co.za>
2017-12-15 19:00:53serhiy.storchakalinkissue32339 messages
2017-12-15 19:00:53serhiy.storchakacreate