Commit 0c70d2d1 authored by Antoine Pitrou's avatar Antoine Pitrou

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.
........
parent 99f0376a
This diff is collapsed.
......@@ -312,6 +312,9 @@ C-API
Library
-------
- Issue #8374: Update the internal alias table in the :mod:`locale` module
to cover recent locale changes and additions.
- Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
using the new attributes `ssl.OPENSSL_VERSION`, `ssl.OPENSSL_VERSION_INFO`
and `ssl.OPENSSL_VERSION_NUMBER`.
......
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment