]> granicus.if.org Git - python/commit
20004: Note that the setter in csv.DictReader is broken.
authorR David Murray <rdmurray@bitdance.com>
Tue, 17 Dec 2013 17:09:46 +0000 (12:09 -0500)
committerR David Murray <rdmurray@bitdance.com>
Tue, 17 Dec 2013 17:09:46 +0000 (12:09 -0500)
commitea76e87cc26727d6ec8a139b3c9411154212e2ea
treeef4499346553fd6a572c633148f15e890cc9e74f
parent78ad6583d602625320f345b152b0f4f7233e483c
20004: Note that the setter in csv.DictReader is broken.

This is a comment in the code because only someone reading the code would try
setting fieldnames to None in the first place...
Lib/csv.py