]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch...
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 25 Sep 2012 09:48:21 +0000 (02:48 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 25 Sep 2012 09:48:21 +0000 (02:48 -0700)
commitd41dc7ce468edda4172c228dae949a477d8ab03d
tree0f36656353d3079cac8c8fdeb4af8fef3109ef3e
parent3dec449a7c18be320427d813bcbd1368dee6a8aa
2.7 : Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patch by Serhiy Storchaka.
Lib/test/test_csv.py
Misc/NEWS
Modules/_csv.c