Issue #8374: Update the internal alias table in the :mod:locale module

to cover recent locale changes and additions.
This commit is contained in:
Antoine Pitrou 2010-04-11 22:32:39 +00:00
parent 4515f0de21
commit fc53153498
3 changed files with 93 additions and 14 deletions

View file

@ -9,7 +9,7 @@
import locale
# Location of the alias file
LOCALE_ALIAS = '/usr/lib/X11/locale/locale.alias'
LOCALE_ALIAS = '/usr/share/X11/locale/locale.alias'
def parse(filename):