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.

classification
Title: Setup locales on buildbots
Type: enhancement Stage:
Components: Tests Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ezio.melotti, jkloth, lemburg, loewis, michael.foord, pitrou, serhiy.storchaka
Priority: normal Keywords:

Created on 2015-02-17 14:43 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin.

Messages (3)
msg236135 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2015-02-17 14:43
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
msg236266 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2015-02-20 10:50
Unfortunately, this is the kind of thing that must be asked individually to each buildbot owner.
msg236268 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2015-02-20 10:56
May be document this recommendation somewhere? If there is crossplatform script that tests buildbot configuration, may be add checks for locales in it?
History
Date User Action Args
2022-04-11 14:58:12adminsetgithub: 67660
2015-02-20 10:56:44serhiy.storchakasetmessages: + msg236268
2015-02-20 10:50:45pitrousetmessages: + msg236266
2015-02-17 23:04:46serhiy.storchakasetnosy: + lemburg, loewis
2015-02-17 17:11:12jklothsetnosy: + jkloth
2015-02-17 14:43:48serhiy.storchakacreate