[Python-checkins] python/dist/src/Misc NEWS,1.1209,1.1210

lemburg at users.sourceforge.net lemburg at users.sourceforge.net
Fri Dec 10 22:58:17 CET 2004


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

Modified Files:
	NEWS 
Log Message:
locale.py now uses an updated locale alias table (built using
Tools/i18n/makelocalealias.py, a tool to parse the X11 locale
alias file); the encoding lookup was enhanced to use Python's
encoding alias table

As sige-effect, this fixes SF bug [ 1080864 ] locale.py doesn't recognize
valid locale setting.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1209
retrieving revision 1.1210
diff -u -d -r1.1209 -r1.1210
--- NEWS	7 Dec 2004 12:02:02 -0000	1.1209
+++ NEWS	10 Dec 2004 21:58:04 -0000	1.1210
@@ -28,6 +28,11 @@
 Library
 -------
 
+- locale.py now uses an updated locale alias table (built using
+  Tools/i18n/makelocalealias.py, a tool to parse the X11 locale
+  alias file); the encoding lookup was enhanced to use Python's
+  encoding alias table
+
 - moved deprecated modules to Lib/lib-old:  whrandom, tzparse, statcache.
 
 - the pickle module no longer accepts the deprecated None option in the



More information about the Python-checkins mailing list