commit | d41dc7ce468edda4172c228dae949a477d8ab03d | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Tue Sep 25 02:48:21 2012 -0700 |
committer | Senthil Kumaran <senthil@uthcode.com> | Tue Sep 25 02:48:21 2012 -0700 |
tree | 0f36656353d3079cac8c8fdeb4af8fef3109ef3e | |
parent | 3dec449a7c18be320427d813bcbd1368dee6a8aa [diff] [blame] |
2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index bbdd5e5..2693072 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -103,6 +103,9 @@ Library ------- +- Issue #16013: Fix CSV Reader parsing issue with ending quote characters. + Patch by Serhiy Storchaka. + - Issue #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier.