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 Dmitry.Jemerov, georg.brandl, groodt, lemburg, loewis, r.david.murray, rg3, serhiy.storchaka
Date 2013-09-13.13:45:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <52331701.7050302@egenix.com>
In-reply-to <1379079041.32.0.645835244629.issue5815@psf.upfronthosting.co.za>
Content
On 13.09.2013 15:30, Serhiy Storchaka wrote:
> 
> Serhiy Storchaka added the comment:
> 
> Patch updated. Added tests. The locale_alias mapping updated to be self-consistency (i.e. for every name in locale_alias.values() normalize(name) == name).

Could you elaborate on the alias changes ?

Were those coming from an updated X11 local.alias file ?

If so, I'd suggest to create two patches: one with the alias
updates (which can then also be backported) and one with the
new normalization code (which is a new feature and probably
cannot be backported).

Thanks,
-- 
Marc-Andre Lemburg
eGenix.com
History
Date User Action Args
2013-09-13 13:45:43lemburgsetrecipients: + lemburg, loewis, georg.brandl, r.david.murray, rg3, Dmitry.Jemerov, serhiy.storchaka, groodt
2013-09-13 13:45:43lemburglinkissue5815 messages
2013-09-13 13:45:43lemburgcreate