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

R. David Murray report at bugs.python.org
Mon Mar 25 01:30:20 CET 2013


R. David Murray added the comment:

I haven't read the thread that Ned points to, but I do note that replacing the value is exactly how Python dict literals work.

Also, even if we decide that we want an error, I don't think it is a change that could be backported, since it could easily make currently working code stop working.

(This is may be a case where "status quo wins a stalemate".)

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list