This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: CSV DictWriter Errors
Type: Stage:
Components: Library (Lib) Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, mark-roberts
Priority: normal Keywords: patch

Created on 2007-01-15 00:03 by mark-roberts, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
request_1634717_csv.patch mark-roberts, 2007-01-15 00:03 Alter csv.DictWriter to specify failed fields in writerow
Messages (2)
msg51741 - (view) Author: Mark Roberts (mark-roberts) Date: 2007-01-15 00:03
In reponse to feature request 1634717.  The DictWriter, with this patch, should return a list of all offending extraneous field names, instead of simply raising a failure.

I could see a use case for this in error reporting.
msg51742 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-13 09:32
Committed a similar patch in rev. 54327.
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44467
2007-01-15 00:03:59mark-robertscreate