]> granicus.if.org Git - python/commit
When quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fields
authorAndrew McNamara <andrewm@object-craft.com.au>
Wed, 12 Jan 2005 09:45:18 +0000 (09:45 +0000)
committerAndrew McNamara <andrewm@object-craft.com.au>
Wed, 12 Jan 2005 09:45:18 +0000 (09:45 +0000)
commit0f0599ddc1ad02f392fe0be58479f34c57a80c8d
tree15f3ac9b61288a250b28cde1743c702d3129c655
parent5d45a8dc2247d6d9f59e57d7719c3d467dd3b40d
When quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fields
to floats.
Lib/test/test_csv.py
Misc/NEWS
Modules/_csv.c