[issue4044] test_output_textcalendar fails on non-englisch locale

2010-07-11 Thread R. David Murray
Changes by R. David Murray : -- resolution: works for me -> out of date ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue4044] test_output_textcalendar fails on non-englisch locale

2010-07-11 Thread Martina Oefelein
Martina Oefelein added the comment: Did you test it Python *3.0*? Apparently, the issue does not happen in Python 2.x, and also not in Python 3.1.2. Apparently it was introduced somewhere in Python 3.0, and later fixed. I retested the issue in Python 3.0.1 on Mac OS X 10.6.4, using a freshly

[issue4044] test_output_textcalendar fails on non-englisch locale

2010-07-09 Thread R. David Murray
R. David Murray added the comment: As mentioned in #4045, I believe this is a problem with the user's local Python setup and not a Python bug. -- status: pending -> closed ___ Python tracker __

[issue4044] test_output_textcalendar fails on non-englisch locale

2010-07-09 Thread R. David Murray
R. David Murray added the comment: This passes for me on linux (2.7), which is what I would expect, since the locale should not actually affect a python program unless locale.setlocale is called, which regrtest doesn't do. I also tried OSX 2.7+, and the 10.4 system python (2.6.1). test_calen

[issue4044] test_output_textcalendar fails on non-englisch locale

2010-07-08 Thread Mark Lawrence
Mark Lawrence added the comment: It would be a lot of work to fix this as the month names are hardcoded in English in test_calendar.py -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker

[issue4044] test_output_textcalendar fails on non-englisch locale

2008-10-05 Thread Martina Oefelein
New submission from Martina Oefelein <[EMAIL PROTECTED]>: 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_ca