diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-10-01 20:42:30 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-10-01 20:42:30 (GMT) |
commit | ea4f0573b416de413df25246a59d8fa95c90a8a0 (patch) | |
tree | 8775b00ad147a60af19a8c4091c05a2e796f88e8 /Misc | |
parent | cf4d6997a3f421a9c5b83dcd92984182a8a5d98f (diff) | |
download | cpython-ea4f0573b416de413df25246a59d8fa95c90a8a0.zip cpython-ea4f0573b416de413df25246a59d8fa95c90a8a0.tar.gz cpython-ea4f0573b416de413df25246a59d8fa95c90a8a0.tar.bz2 |
Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
The makelocalealias.py script now can parse the SUPPORTED file
from glibc sources and supports command line options for source paths.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -156,6 +156,8 @@ Core and Builtins Library ------- +- Issue #20079: Added locales supported in glibc 2.18 to locale alias table. + - Issue #20218: Added convenience methods read_text/write_text and read_bytes/ write_bytes to pathlib.Path objects. @@ -1186,6 +1188,9 @@ Tests Tools/Demos ----------- +- Issue #20079: The makelocalealias.py script now can parse the SUPPORTED file + from glibc sources and supports command line options for source paths. + - Issue #22201: Command-line interface of the zipfile module now correctly extracts ZIP files with directory entries. Patch by Ryan Wilson. |