summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-04-11 22:35:34 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-04-11 22:35:34 (GMT)
commit0c70d2d144e611b1899b9bc134b82dcf2899e817 (patch)
treeb34d8802570f62547ce6e1b3c2dec53219a11e41 /Misc
parent99f0376a7575d3c7c3d1eace9db4d9dd41b3d081 (diff)
downloadcpython-0c70d2d144e611b1899b9bc134b82dcf2899e817.zip
cpython-0c70d2d144e611b1899b9bc134b82dcf2899e817.tar.gz
cpython-0c70d2d144e611b1899b9bc134b82dcf2899e817.tar.bz2
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. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4a2c7fe..7d5fefe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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`.