]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Oct 2014 20:42:30 +0000 (23:42 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Oct 2014 20:42:30 +0000 (23:42 +0300)
commitea4f0573b416de413df25246a59d8fa95c90a8a0
tree8775b00ad147a60af19a8c4091c05a2e796f88e8
parentcf4d6997a3f421a9c5b83dcd92984182a8a5d98f
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.
Lib/locale.py
Misc/NEWS
Tools/i18n/makelocalealias.py