]> granicus.if.org Git - python/commit
Merged revisions 81459 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 22 May 2010 02:16:27 +0000 (02:16 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 22 May 2010 02:16:27 +0000 (02:16 +0000)
commit3fed0870a6fec72665068e09200c674b574dabdb
tree8562dd597347a6a8336ba001f065d3ab3b712775
parent7126dbc867e99e675ed29037c6b10681dbaa8dc9
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