From: Skip Montanaro Date: Fri, 3 Oct 2003 14:07:07 +0000 (+0000) Subject: forgot the NEWS blurb about the change to csv.DictReader X-Git-Tag: v2.4a1~1470 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=def9934c91fcd1ec8da2f7c2ffdd4951b9da45ed;p=python forgot the NEWS blurb about the change to csv.DictReader --- diff --git a/Misc/NEWS b/Misc/NEWS index 7752349fa8..f3a67fcac7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -48,6 +48,10 @@ Extension modules Library ------- +- The fieldnames argument to the csv module's DictReader constructor is now + optional. If omitted, the first row of the file will be used as the + list of fieldnames. + - encodings.bz2_codec was added for access to bz2 compression using "a long string".encode('bz2')