]> granicus.if.org Git - python/commit
Correct test_cvs on Windows, as suggested by Raghuram Devarakonda
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 19 Nov 2007 21:20:21 +0000 (21:20 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 19 Nov 2007 21:20:21 +0000 (21:20 +0000)
commit10c476db2ca3052d537553c38881e5ceefdab9df
treef6f7bce0ab1bb637a34b103d0f0c68fe46bc2e94
parenta2d1d7e3b23f6fef0651df1b8fd697aa15ae97c0
Correct test_cvs on Windows, as suggested by Raghuram Devarakonda
in issue1395. All other places in this file already use newline=''...

Also check that csv.reader is given an iterable returning strings.
Lib/test/test_csv.py
Modules/_csv.c