Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit def9934

Browse files
author
Skip Montanaro
committed
forgot the NEWS blurb about the change to csv.DictReader
1 parent 0b87444 commit def9934

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Extension modules
4848
Library
4949
-------
5050

51+
- The fieldnames argument to the csv module's DictReader constructor is now
52+
optional. If omitted, the first row of the file will be used as the
53+
list of fieldnames.
54+
5155
- encodings.bz2_codec was added for access to bz2 compression
5256
using "a long string".encode('bz2')
5357

0 commit comments

Comments
 (0)