mirror of
https://github.com/python/cpython.git
synced 2025-11-19 10:46:17 +00:00
Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.
Patch by Serhiy Storchaka.
This commit is contained in:
parent
c62bd13cb2
commit
aaefac76dd
11 changed files with 1123 additions and 431 deletions
|
|
@ -10,6 +10,9 @@ What's New in Python 3.3.0 Beta 1?
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels.
|
||||
Patch by Serhiy Storchaka.
|
||||
|
||||
- Issue #15026: utf-16 encoding is now significantly faster (up to 10x).
|
||||
Patch by Serhiy Storchaka.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue