]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1635454: the csv.DictWriter class now includes the offending
authorGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 09:32:11 +0000 (09:32 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 09:32:11 +0000 (09:32 +0000)
commit94fe3f58d07f1ae5e9ffb10f149498b09aa12a25
treefeb10545d68c22d4b986c9d7e082968dd6e47aa9
parentceede5c35988264ac2ca012c07a06270f992ac09
Patch #1635454: the csv.DictWriter class now includes the offending
field names in its exception message if you try to write a record with
a dictionary containing fields not in the CSV field names list.
Lib/csv.py
Misc/NEWS