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: test_locale fix on modern linux
Type: Stage:
Components: Tests Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: anthonybaxter Nosy List: anthonybaxter
Priority: normal Keywords: patch

Created on 2005-05-07 12:58 by anthonybaxter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
locale.patch anthonybaxter, 2005-05-07 12:58 patch to test_locale
Messages (2)
msg48319 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2005-05-07 12:58
At least on this Linux (Ubuntu Hoary), test_locale
fails because en_US is not a valid locale. en_US.UTF-8
is, tho.

This patch makes the test_locale try each of
en_US.UTF-8, en_US.US-ASCII, and en_US in turn, failing
only if none of them work. 

msg48320 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2005-06-03 18:25
Logged In: YES 
user_id=29957

checked in on trunk and branch
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 41961
2009-02-13 04:32:07ajaksu2linkissue815668 superseder
2005-05-07 12:58:08anthonybaxtercreate