mirror of
https://github.com/python/cpython.git
synced 2025-07-20 17:55:21 +00:00
Add news item for the new charmap codecs.
This commit is contained in:
parent
f3ddaee9a0
commit
a5bafc43d7
1 changed files with 8 additions and 0 deletions
|
@ -12,6 +12,14 @@ What's New in Python 2.5 alpha 1?
|
||||||
Core and builtins
|
Core and builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Replaced most Unicode charmap codecs with new ones using the
|
||||||
|
new Unicode translate string feature in the builtin charmap
|
||||||
|
codec; the codecs were created from the mapping tables available
|
||||||
|
at ftp.unicode.org and contain a few updates (e.g. the Mac OS
|
||||||
|
encodings now include a mapping for the Apple logo)
|
||||||
|
|
||||||
|
- Added a few more codecs for Mac OS encodings
|
||||||
|
|
||||||
- Speed up some Unicode operations.
|
- Speed up some Unicode operations.
|
||||||
|
|
||||||
- A new AST parser implementation was completed.
|
- A new AST parser implementation was completed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue