diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-10-01 20:43:35 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-10-01 20:43:35 (GMT) |
commit | 99cb41d423c3794db989031c3938fa60c9792ecc (patch) | |
tree | ffa42b049e70cf85f122c6069d23cac22fd7a4b0 /Misc | |
parent | 1895f2b544379476f23a45c0cfdeb6cec1221c96 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |