diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-20 16:22:38 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-20 16:22:38 (GMT) |
commit | 0e4d852abf4db526febeb3fbb3759e3498559593 (patch) | |
tree | 444da50e0657ff960d6f4e5eda454b7fc0e9b998 /Misc/NEWS | |
parent | 18ab51d2eeb0c5e43af72ba43af762b536780a0e (diff) | |
download | cpython-0e4d852abf4db526febeb3fbb3759e3498559593.zip cpython-0e4d852abf4db526febeb3fbb3759e3498559593.tar.gz cpython-0e4d852abf4db526febeb3fbb3759e3498559593.tar.bz2 |
Issue #20034: Updated alias mapping to most recent locale.alias file
from X.org distribution using makelocalealias.py.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ Core and Builtins Library ------- +- Issue #20034: Updated alias mapping to most recent locale.alias file + from X.org distribution using makelocalealias.py. + - Issue #5815: Fixed support for locales with modifiers. Fixed support for locale encodings with hyphens. |