diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-11 22:32:39 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-04-11 22:32:39 (GMT) |
commit | fc53153498c6927a38b83462c40cf8e15965759d (patch) | |
tree | 37f5ceb721fb8a1dcbd588563821370fe846b83b /Misc/NEWS | |
parent | 4515f0de2124bd095175b0b8b8919f6a6311c659 (diff) | |
download | cpython-fc53153498c6927a38b83462c40cf8e15965759d.zip cpython-fc53153498c6927a38b83462c40cf8e15965759d.tar.gz cpython-fc53153498c6927a38b83462c40cf8e15965759d.tar.bz2 |
Issue #8374: Update the internal alias table in the :mod:`locale` module
to cover recent locale changes and additions.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -70,6 +70,9 @@ Core and Builtins Library ------- +- Issue #8374: Update the internal alias table in the :mod:`locale` module + to cover recent locale changes and additions. + - Issue #8348: Fix test ftp url in test_urllib2net. - Issue #8204: Fix test_ttk notebook test by forcing focus. |