summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-10-01 20:42:30 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-10-01 20:42:30 (GMT)
commitea4f0573b416de413df25246a59d8fa95c90a8a0 (patch)
tree8775b00ad147a60af19a8c4091c05a2e796f88e8 /Misc
parentcf4d6997a3f421a9c5b83dcd92984182a8a5d98f (diff)
downloadcpython-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b26316f..8e94cdc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.