]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch # 1033 by Adam Hupp:
authorGuido van Rossum <guido@python.org>
Tue, 28 Aug 2007 03:29:45 +0000 (03:29 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Aug 2007 03:29:45 +0000 (03:29 +0000)
commitf0c7416157f471dbb8ac88aa72202cc984c02700
tree946b3cf149cf4b8bdf3c3b798e6386ca4ed08371
parenta1a68521db007c55668ed7d7c31fb629804105a8
Patch # 1033 by Adam Hupp:
 1) tempfile.TemporaryFile, NamedTemporaryFile, and SpooledTemporaryFile
    now pass newline and encoding to the underlying io.open call.
 2) test_tempfile is updated
 3) test_csv is updated to use the new arguments.
Lib/tempfile.py
Lib/test/test_csv.py
Lib/test/test_tempfile.py