Message74339
| Author | oefe |
|---|---|
| Recipients | oefe |
| Date | 2008-10-05.12:18:46 |
| SpamBayes Score | 3.8862498e-05 |
| Marked as misclassified | No |
| Message-id | <1223209182.04.0.559787210329.issue4044@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
test_output_textcalendar (in test_calendar.py) fails if the environment
variable LANG is set to a non-english locale.
Python 3.0rc1 on MacOSX 10.5.5
$ LANG=de_DE.UTF-8 ./python.exe -E -bb ./Lib/test/regrtest.py -l
test_calendar
test_calendar
test test_calendar failed -- errors occurred; run in verbose mode for
details
1 test failed:
test_calendar
$ LANG=en_US.UTF-8 ./python.exe -E -bb ./Lib/test/regrtest.py -l
test_calendar
test_calendar
1 test OK. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-05 12:19:42 | oefe | set | recipients: + oefe |
| 2008-10-05 12:19:42 | oefe | set | messageid: <1223209182.04.0.559787210329.issue4044@psf.upfronthosting.co.za> |
| 2008-10-05 12:18:46 | oefe | link | issue4044 messages |
| 2008-10-05 12:18:46 | oefe | create | |