]> granicus.if.org Git - python/commit
Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 22 May 2010 02:11:07 +0000 (02:11 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 22 May 2010 02:11:07 +0000 (02:11 +0000)
commit262be5e70bd75520d3d95a19ceda3eb97bd7045c
treec0e96ea7b54c66fa06c0a66cb747beec67677511
parentd6703b5e38baac6b85c1c2cf9311e11e4916984b
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