]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix logic problem in quoting=csv.QUOTE_ALL, quotechar=None check, add test.
authorAndrew McNamara <andrewm@object-craft.com.au>
Wed, 12 Jan 2005 08:16:17 +0000 (08:16 +0000)
committerAndrew McNamara <andrewm@object-craft.com.au>
Wed, 12 Jan 2005 08:16:17 +0000 (08:16 +0000)
commit5d45a8dc2247d6d9f59e57d7719c3d467dd3b40d
tree6ef90ed371a962a972d94a95f7b3d31caacb8fed
parentc89f284df8903de66be6c60eda7d9187b38956f8
Fix logic problem in quoting=csv.QUOTE_ALL, quotechar=None check, add test.
Lib/test/test_csv.py
Modules/_csv.c