[New-bugs-announce] [issue4044] test_output_textcalendar fails on non-englisch locale
Martina Oefelein
report at bugs.python.org
Sun Oct 5 14:19:42 CEST 2008
New submission from Martina Oefelein <Martina at oefelein.de>:
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.
----------
components: Tests
messages: 74339
nosy: oefe
severity: normal
status: open
title: test_output_textcalendar fails on non-englisch locale
type: behavior
versions: Python 3.0
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4044>
_______________________________________
More information about the New-bugs-announce
mailing list