]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When using QUOTE_NONNUMERIC, we now test for "numericness" with
authorAndrew McNamara <andrewm@object-craft.com.au>
Wed, 12 Jan 2005 07:44:42 +0000 (07:44 +0000)
committerAndrew McNamara <andrewm@object-craft.com.au>
Wed, 12 Jan 2005 07:44:42 +0000 (07:44 +0000)
commitc89f284df8903de66be6c60eda7d9187b38956f8
treeda725f672dd0f5f90cf3ed11f28472fe7434e7e7
parent31d8896ee21c28ee55ae4ba2764e11fba88c9fd4
When using QUOTE_NONNUMERIC, we now test for "numericness" with
PyNumber_Check, rather than trying to convert to a float.  Reimplemented
writer - now raises exceptions when it sees a quotechar but neither
doublequote or escapechar are set. Doublequote results are now more
consistent (eg, single quote should generate """", rather than "",
which is ambiguous).
Lib/test/test_csv.py
Misc/NEWS
Modules/_csv.c