diff options
author | Skip Montanaro <skip@pobox.com> | 2003-09-06 19:52:12 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-09-06 19:52:12 (GMT) |
commit | 3f7a94824e502d4a66acb930fbfeb559392dd3d1 (patch) | |
tree | e09e10c449453d0e625ce60d607685e9e3b1acff /Misc | |
parent | 60e868abd28f2e8aeaae24cd771f993796869b56 (diff) | |
download | cpython-3f7a94824e502d4a66acb930fbfeb559392dd3d1.zip cpython-3f7a94824e502d4a66acb930fbfeb559392dd3d1.tar.gz cpython-3f7a94824e502d4a66acb930fbfeb559392dd3d1.tar.bz2 |
**kwds arg was missing from __init__ for Dict{Reader,Writer} classes.
will backport.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ Extension modules Library ------- +- The csv module's DictReader and DictWriter classes now accept keyword + arguments. This was an omission in the initial implementation. + - The email package handles some RFC 2231 parameters with missing CHARSET fields better. It also includes a patch to parameter parsing when semicolons appear inside quotes. |