New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

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.

----------
components: Library (Lib)
keywords: easy
messages: 308420
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Make the dict type used in csv.DictReader configurable
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32339>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to