commit | f5a3eafaac77d897b702f0ae6dbb00b8449141f7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat May 22 02:12:28 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat May 22 02:12:28 2010 +0000 |
tree | d840f700e48ce572538d5e50e88a43d67b5c9dd1 | |
parent | 9a4a01df756b7cde999214401e146600570b5cad [diff] |
Merged revisions 81459 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81459 | victor.stinner | 2010-05-22 04:11:07 +0200 (sam., 22 mai 2010) | 3 lines Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice after seek(0) ........