]> granicus.if.org Git - python/commit
Merged revisions 81459 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 22 May 2010 02:12:28 +0000 (02:12 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 22 May 2010 02:12:28 +0000 (02:12 +0000)
commitf5a3eafaac77d897b702f0ae6dbb00b8449141f7
treed840f700e48ce572538d5e50e88a43d67b5c9dd1
parent9a4a01df756b7cde999214401e146600570b5cad
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)
........
Lib/codecs.py
Lib/test/test_codecs.py
Misc/NEWS