commit | 67b7b98a479a5703a5707b6ea0cf81d3e0b441ea | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Tue Sep 25 02:30:27 2012 -0700 |
committer | Senthil Kumaran <senthil@uthcode.com> | Tue Sep 25 02:30:27 2012 -0700 |
tree | 159bf3e8c217bfb7bf16ac7bccc3e73dde62399a | |
parent | 9bb56a66c548e84012de141e4665ea39701c1e5f [diff] [blame] |
Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 3283117..ab3c7d4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -123,6 +123,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.