[issue20046] Optimize locale aliases table

Serhiy Storchaka report at bugs.python.org
Thu Dec 26 21:19:14 CET 2013


Serhiy Storchaka added the comment:

Here is updated patch. It doesn't include any additions to locale alias table (including devanagari). Added several tests cases (many other test cases for removed aliases already exist). optimize() is called only once, looks as second run has no effect until UTF-8 aliases are enabled.

----------
versions: +Python 3.4
Added file: http://bugs.python.org/file33272/locale_optimize_aliases_2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20046>
_______________________________________


More information about the Python-bugs-list mailing list