mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Merged revisions 79977 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79977 | antoine.pitrou | 2010-04-12 00:32:39 +0200 (lun., 12 avril 2010) | 4 lines Issue #8374: Update the internal alias table in the :mod:`locale` module to cover recent locale changes and additions. ........
This commit is contained in:
parent
99f0376a75
commit
0c70d2d144
3 changed files with 93 additions and 14 deletions
|
|
@ -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):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue