[issue32339] Make the dict type used in csv.DictReader configurable

Serhiy Storchaka report at bugs.python.org
Fri Dec 15 14:00:53 EST 2017


New submission from Serhiy Storchaka <storchaka+cpython at 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 <report at bugs.python.org>
<https://bugs.python.org/issue32339>
_______________________________________


More information about the Python-bugs-list mailing list