]> granicus.if.org Git - python/commit
Issue #20086: Restored the use of locale-independing mapping instead of
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 17 Jan 2014 07:27:56 +0000 (09:27 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 17 Jan 2014 07:27:56 +0000 (09:27 +0200)
commitaf080876dc4148b15bb79886b8aeecbf173f4fd3
tree9a75d0e9c4f24f584033d4782ee810a311d14f76
parent8363f77795503e5352d983be844f156f4f495458
Issue #20086: Restored the use of locale-independing mapping instead of
locale-depending str.lower() in locale.normalize().
Lib/locale.py
Lib/test/test_locale.py
Misc/NEWS