mirror of https://github.com/python/cpython
forgot the NEWS blurb about the change to csv.DictReader
This commit is contained in:
parent
0b87444b1b
commit
def9934c91
|
@ -48,6 +48,10 @@ Extension modules
|
||||||
Library
|
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
|
- encodings.bz2_codec was added for access to bz2 compression
|
||||||
using "a long string".encode('bz2')
|
using "a long string".encode('bz2')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue