commit | 7d978902d017361e768a66a1e7c6bcbdd3c6b86b | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Tue Aug 28 12:33:46 2012 +0200 |
committer | Hynek Schlawack <hs@ox.cx> | Tue Aug 28 12:33:46 2012 +0200 |
tree | 5ee0d27a0cc9f9d750ead5f1052032209a2557a4 | |
parent | 8662c84ac838d21734f932d7e4e04a8bab6dbf0b [diff] [blame] |
#14880: Fix kwargs notation in csv.reader, .writer & .register_dialect Patch by Chris Rebert.
diff --git a/Misc/NEWS b/Misc/NEWS index b97655b..71a858e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -378,6 +378,9 @@ Documentation ------------- +- Issue #14880: Fix kwargs notation in csv.reader, .writer & .register_dialect. + Patch by Chris Rebert. + - Issue #14674: Add a discussion of the json module's standard compliance. Patch by Chris Rebert.