[New-bugs-announce] [issue29614] Additional implementation alternative to DictReader

Kirk Cieszkiewicz Jr. report at bugs.python.org
Tue Feb 21 15:27:20 EST 2017


New submission from Kirk Cieszkiewicz Jr.:

As discussed in the following:
https://bugs.python.org/issue17537
https://mail.python.org/pipermail/python-ideas/2013-January/018844.html

DictReader has a feature that will destroy data without warning if fieldnames had duplicate values (manual or automatic entries)

Proposing renaming and re-implementation of DictReader class to instead return enumerate style output with a child class of DictReader to specifically return a dict object.

----------
components: Library (Lib)
messages: 288318
nosy: Kirk Cieszkiewicz Jr.
priority: normal
severity: normal
status: open
title: Additional implementation alternative to DictReader
type: enhancement
versions: Python 2.7, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29614>
_______________________________________


More information about the New-bugs-announce mailing list