]> granicus.if.org Git - python/commitdiff
forgot the NEWS blurb about the change to csv.DictReader
authorSkip Montanaro <skip@pobox.com>
Fri, 3 Oct 2003 14:07:07 +0000 (14:07 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 3 Oct 2003 14:07:07 +0000 (14:07 +0000)
Misc/NEWS

index 7752349fa8089179864ad851601be0b0624e7388..f3a67fcac7ff483ea2a023595f544dce52e9978e 100644 (file)
--- 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')