]> granicus.if.org Git - python/commit
#14880: Fix kwargs notation in csv.reader, .writer & .register_dialect
authorHynek Schlawack <hs@ox.cx>
Tue, 28 Aug 2012 10:33:46 +0000 (12:33 +0200)
committerHynek Schlawack <hs@ox.cx>
Tue, 28 Aug 2012 10:33:46 +0000 (12:33 +0200)
commit7d978902d017361e768a66a1e7c6bcbdd3c6b86b
tree5ee0d27a0cc9f9d750ead5f1052032209a2557a4
parent8662c84ac838d21734f932d7e4e04a8bab6dbf0b
#14880: Fix kwargs notation in csv.reader, .writer & .register_dialect

Patch by Chris Rebert.
Doc/library/csv.rst
Misc/NEWS