mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice
after seek(0)
This commit is contained in:
parent
d6703b5e38
commit
262be5e70b
3 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue