]> granicus.if.org Git - python/commit
Issue #13573: The csv.writer now uses the repr() for floats rather than str().
authorRaymond Hettinger <python@rcn.com>
Mon, 12 Dec 2011 06:31:09 +0000 (22:31 -0800)
committerRaymond Hettinger <python@rcn.com>
Mon, 12 Dec 2011 06:31:09 +0000 (22:31 -0800)
commitf537702732f9107da701794782bb9f037edb1200
tree95b6bbb3d46b2d218864f2d4305a628c0fecff46
parent8b59c23a54a053673c07c6939cccef096d856103
Issue #13573: The csv.writer now uses the repr() for floats rather than str().
Lib/test/test_csv.py
Misc/NEWS
Modules/_csv.c