summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-10-03 14:07:07 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-10-03 14:07:07 (GMT)
commitdef9934c91fcd1ec8da2f7c2ffdd4951b9da45ed (patch)
tree2fcbd44eb7a6be1a6cbb4c1f876d8bb49756f8c7
parent0b87444b1b49df59da4f65650841a85d582a84bb (diff)
downloadcpython-def9934c91fcd1ec8da2f7c2ffdd4951b9da45ed.zip
cpython-def9934c91fcd1ec8da2f7c2ffdd4951b9da45ed.tar.gz
cpython-def9934c91fcd1ec8da2f7c2ffdd4951b9da45ed.tar.bz2
forgot the NEWS blurb about the change to csv.DictReader
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7752349..f3a67fc 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')