[Python-checkins] python/dist/src/Misc NEWS,1.1393,1.1394

lemburg@users.sourceforge.net lemburg at users.sourceforge.net
Sun Oct 23 15:43:44 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24032/Misc

Modified Files:
	NEWS 
Log Message:
Add news item for the new charmap codecs.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1393
retrieving revision 1.1394
diff -u -d -r1.1393 -r1.1394
--- NEWS	21 Oct 2005 06:32:02 -0000	1.1393
+++ NEWS	23 Oct 2005 13:43:40 -0000	1.1394
@@ -12,6 +12,14 @@
 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.
 
 - A new AST parser implementation was completed.



More information about the Python-checkins mailing list