summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_eof.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-05-22 17:01:13 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-05-22 17:01:13 (GMT)
commitb64d0eba50eeae7fe7ce3b969a8cc80c4578d805 (patch)
tree0cc759d972ab6789a4dccb359048d79e47b214cc /Lib/test/test_eof.py
parent37b8200608c8c78b45d41b032aed4f9d9e5c8151 (diff)
downloadcpython-b64d0eba50eeae7fe7ce3b969a8cc80c4578d805.zip
cpython-b64d0eba50eeae7fe7ce3b969a8cc80c4578d805.tar.gz
cpython-b64d0eba50eeae7fe7ce3b969a8cc80c4578d805.tar.bz2
Merged revisions 81474 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81474 | victor.stinner | 2010-05-22 18:59:09 +0200 (sam., 22 mai 2010) | 20 lines Merged revisions 81471-81472 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81471 | victor.stinner | 2010-05-22 15:37:56 +0200 (sam., 22 mai 2010) | 7 lines Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32 * Fix seek() method of codecs.open(), don't write the BOM twice after seek(0) * Fix reset() method of codecs, UTF-16, UTF-32 and StreamWriter classes * test_codecs: use "w+" mode instead of "wt+". "t" mode is not supported by Solaris or Windows, but does it really exist? I found it the in the issue. ........ r81472 | victor.stinner | 2010-05-22 15:44:25 +0200 (sam., 22 mai 2010) | 4 lines Fix my last commit (r81471) about codecs Rememder: don't touch the code just before a commit ........ ................
Diffstat (limited to 'Lib/test/test_eof.py')
0 files changed, 0 insertions, 0 deletions