summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-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')