]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix parsing of csv files with escapes (escape character previously would be
authorAndrew McNamara <andrewm@object-craft.com.au>
Mon, 10 Jan 2005 01:04:40 +0000 (01:04 +0000)
committerAndrew McNamara <andrewm@object-craft.com.au>
Mon, 10 Jan 2005 01:04:40 +0000 (01:04 +0000)
commit36a7691c2dc4a11ceebacb149e69b01226962d69
tree47971ea2094d4947e5a11613ebcd9db9da87f95e
parent41e4faa82bdf4fb601a97565bf30ee683c4bfd50
Fix parsing of csv files with escapes (escape character previously would be
left in stream).
Lib/test/test_csv.py
Modules/_csv.c