[issue17537] csv.DictReader should fail if >1 column has the same name

Ned Deily report at bugs.python.org
Sun Mar 24 23:02:12 CET 2013


Ned Deily added the comment:

Note that there was a long discussion a couple of months ago on python-ideas about the csv module including the issue of duplicate names.  There were differing opinions about whether this behavior should be changed and, if so, how. It starts here:

http://mail.python.org/pipermail/python-ideas/2013-January/018844.html

----------
nosy: +ned.deily
title: sv.DictReader should fail if >1 column has the same name -> csv.DictReader should fail if >1 column has the same name

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


More information about the Python-bugs-list mailing list