]> granicus.if.org Git - python/commit
locale.py now uses an updated locale alias table (built using
authorMarc-André Lemburg <mal@egenix.com>
Fri, 10 Dec 2004 21:58:14 +0000 (21:58 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 10 Dec 2004 21:58:14 +0000 (21:58 +0000)
commitbb4f1bdd8bcf87f9918a6e756c182de68238ae64
tree70bc42cc103692fcc2eb4d88ae3af3d63422d480
parent9ab8818c875875093f138ba407e8937e1f822f4f
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.
Lib/locale.py
Misc/NEWS
Tools/i18n/makelocalealias.py [new file with mode: 0644]