summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2004-12-10 21:58:14 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2004-12-10 21:58:14 (GMT)
commitbb4f1bdd8bcf87f9918a6e756c182de68238ae64 (patch)
tree70bc42cc103692fcc2eb4d88ae3af3d63422d480 /Misc
parent9ab8818c875875093f138ba407e8937e1f822f4f (diff)
downloadcpython-bb4f1bdd8bcf87f9918a6e756c182de68238ae64.zip
cpython-bb4f1bdd8bcf87f9918a6e756c182de68238ae64.tar.gz
cpython-bb4f1bdd8bcf87f9918a6e756c182de68238ae64.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8a710ff..6bf7ab4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,11 @@ Extension Modules
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