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 ezio.melotti, michael.foord, pitrou, serhiy.storchaka
Date 2015-02-17.14:43:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424184229.01.0.47372627635.issue23472@psf.upfronthosting.co.za>
In-reply-to
Content
Tests use following locales:

test_types: en_US.UTF-8
test_codecs: tr_TR
test_decimal: ps_AF
test_float: fr_FR or de_DE
test_imaplib: de_DE or fr_FR
test_locale: (en_US.UTF-8, en_US.ISO-8859-1, en_US.US-ASCII, or en_US), tr_TR
test_pickle: de_DE or fr_FR
test_re: en_US.ISO-8859-1, en_US.UTF-8
test_strptime: en_US.UTF-8, de_DE.UTF-8
test_time: fr_FR
test_unicode: de_DE or fr_FR

And test__locale uses locales from the long list.

So it would be good to setup following locales on all buildbots:

en_US, en_US.UTF-8, en_US.ISO-8859-1, en_US.ISO-8859-1, en_US.US-ASCII, de_DE, de_DE.UTF-8, fr_FR, tr_TR, ps_AF
History
Date User Action Args
2015-02-17 14:43:49serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, michael.foord
2015-02-17 14:43:49serhiy.storchakasetmessageid: <1424184229.01.0.47372627635.issue23472@psf.upfronthosting.co.za>
2015-02-17 14:43:48serhiy.storchakalinkissue23472 messages
2015-02-17 14:43:48serhiy.storchakacreate