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 lemburg
Recipients lemburg, loewis, serhiy.storchaka
Date 2013-12-26.22:47:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <52BCB1FC.4080006@egenix.com>
In-reply-to <106779183.O53krBhlYm@raxxla>
Content
On 26.12.2013 23:19, Serhiy Storchaka wrote:
> 
> Serhiy Storchaka added the comment:
> 
>> 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.

Thanks, this makes that part of the implementation waterproof as well.

Good to go, I guess.
History
Date User Action Args
2013-12-26 22:47:30lemburgsetrecipients: + lemburg, loewis, serhiy.storchaka
2013-12-26 22:47:30lemburglinkissue20046 messages
2013-12-26 22:47:30lemburgcreate