]> granicus.if.org Git - python/commit
Rewrote to use temporary files instead of StringIO objects in most places.
authorSkip Montanaro <skip@pobox.com>
Sat, 5 Jun 2004 17:03:20 +0000 (17:03 +0000)
committerSkip Montanaro <skip@pobox.com>
Sat, 5 Jun 2004 17:03:20 +0000 (17:03 +0000)
commit58fc5d08134470f6e5d9458c820c3c971e2634fb
treee7ed44dba450f1dbc5f28a8d78fc3b4b0e21e2d1
parenta2c9a98a0a43a7a0bd8d4d35a03f486acb92453e
Rewrote to use temporary files instead of StringIO objects in most places.
Goal is to work in the direction of universal newline support.
Lib/test/test_csv.py