Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice

after seek(0)
This commit is contained in:
Victor Stinner 2010-05-22 02:11:07 +00:00
parent d6703b5e38
commit 262be5e70b
3 changed files with 28 additions and 0 deletions

View file

@ -29,6 +29,9 @@ C-API
Library
-------
- Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice
after seek(0)
- Issue #5640: Fix Shift-JIS incremental encoder for error handlers different
than strict