Issue 1635454: CSV DictWriter Errors (original) (raw)

Issue1635454

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:22 admin set github: 44467
2007-01-15 00:03:59 mark-roberts create