summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-10-01 20:43:35 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-10-01 20:43:35 (GMT)
commit99cb41d423c3794db989031c3938fa60c9792ecc (patch)
treeffa42b049e70cf85f122c6069d23cac22fd7a4b0 /Misc
parent1895f2b544379476f23a45c0cfdeb6cec1221c96 (diff)
downloadcpython-99cb41d423c3794db989031c3938fa60c9792ecc.zip
cpython-99cb41d423c3794db989031c3938fa60c9792ecc.tar.gz
cpython-99cb41d423c3794db989031c3938fa60c9792ecc.tar.bz2
Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ba25316..3cb7716 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Core and Builtins
Library
-------
+- Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
+
- Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor
os.posix_fallocate() because their prototypes in system headers are wrong.