diff options
author | Marc-André Lemburg <mal@egenix.com> | 2004-12-10 21:58:14 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2004-12-10 21:58:14 (GMT) |
commit | bb4f1bdd8bcf87f9918a6e756c182de68238ae64 (patch) | |
tree | 70bc42cc103692fcc2eb4d88ae3af3d63422d480 /Misc | |
parent | 9ab8818c875875093f138ba407e8937e1f822f4f (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |