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 Dmitry.Jemerov, georg.brandl, groodt, lemburg, loewis, r.david.murray, rg3, serhiy.storchaka
Date 2013-09-13.14:34:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379082876.95.0.661262699212.issue5815@psf.upfronthosting.co.za>
In-reply-to
Content
> Could you elaborate on the alias changes ?
> Were those coming from an updated X11 local.alias file ?

No, they are not from X11 local.alias file. They are a result of the test_locale_alias self-test, I have fixed all failures.

This test can't be backported without rest of changes, because they fix other error, for example processing encodings with hyphen. Without them test_locale_alias will fail even with updated locale_alias. I.e. we can backport either changes to locale_alias without tests, or changes to locale_alias with all changes to parser and tests, or changes to parser and all tests except test_locale_alias.

Current code doesn't work with locales with modifiers and locales with hyphenated encodings.
History
Date User Action Args
2013-09-13 14:34:37serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, georg.brandl, r.david.murray, rg3, Dmitry.Jemerov, groodt
2013-09-13 14:34:36serhiy.storchakasetmessageid: <1379082876.95.0.661262699212.issue5815@psf.upfronthosting.co.za>
2013-09-13 14:34:36serhiy.storchakalinkissue5815 messages
2013-09-13 14:34:36serhiy.storchakacreate