diff options
author | Skip Montanaro <skip@pobox.com> | 2003-10-03 14:07:07 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-10-03 14:07:07 (GMT) |
commit | def9934c91fcd1ec8da2f7c2ffdd4951b9da45ed (patch) | |
tree | 2fcbd44eb7a6be1a6cbb4c1f876d8bb49756f8c7 | |
parent | 0b87444b1b49df59da4f65650841a85d582a84bb (diff) | |
download | cpython-def9934c91fcd1ec8da2f7c2ffdd4951b9da45ed.zip cpython-def9934c91fcd1ec8da2f7c2ffdd4951b9da45ed.tar.gz cpython-def9934c91fcd1ec8da2f7c2ffdd4951b9da45ed.tar.bz2 |
forgot the NEWS blurb about the change to csv.DictReader
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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') |