commit | 10c476db2ca3052d537553c38881e5ceefdab9df | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Nov 19 21:20:21 2007 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Nov 19 21:20:21 2007 +0000 |
tree | f6f7bce0ab1bb637a34b103d0f0c68fe46bc2e94 | |
parent | a2d1d7e3b23f6fef0651df1b8fd697aa15ae97c0 [diff] |
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.