This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients lemburg, loewis, serhiy.storchaka
Date 2013-12-26.22:19:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <106779183.O53krBhlYm@raxxla>
In-reply-to <52BCA3F1.10806@egenix.com>
Content
> I probably wasn't clear: I meant some tests that show that the
> alias definitions (on the left) from the X11 file are actually mapped to the
> correct alias locales (on the right).

This is how the optimization function works. It updates alias table with the 
X11 file, and then removes the alias entities one by one and checks that the 
alias definition are mapped to to correct alias locales.

Here is a patch which adds a self-check in the makelocalealias.py script.
Files
File name Uploaded
locale_optimize_aliases_4.patch serhiy.storchaka, 2013-12-26.22:19:51
History
Date User Action Args
2013-12-26 22:19:52serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis
2013-12-26 22:19:51serhiy.storchakalinkissue20046 messages
2013-12-26 22:19:51serhiy.storchakacreate