[issue4046] test_formatdate_usegmt fails on non-englisch locale

2009-12-30 Thread R. David Murray
R. David Murray added the comment: In that case, since 3.0 is no longer in maintenance, I'm closing this bug as out of date. -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue4046] test_formatdate_usegmt fails on non-englisch locale

2009-12-30 Thread Martina Oefelein
Martina Oefelein added the comment: Apple doesn't ship py3k yet. I observed the issue originally with my own build of 3.0 RC1 (No particular build settings were used, just ./configure ; make ; make test). It also happens with the build of Python 3.0.1 that is installed on my machine (this sh

[issue4046] test_formatdate_usegmt fails on non-englisch locale

2009-12-29 Thread R. David Murray
R. David Murray added the comment: I'm not able to reproduce this problem, and I would not expect to be able to, since LANG should have no effect unless setlocale is called, which the regression tests should not be doing without restoring it afterward (and which the tests are not doing at all if

[issue4046] test_formatdate_usegmt fails on non-englisch locale

2008-10-05 Thread Martina Oefelein
New submission from Martina Oefelein <[EMAIL PROTECTED]>: test_formatdate_usegmt (in test_email.py) fails if the environment variable LANG is set to a non-english locale. Python 3.0rc1 on MacOSX 10.5.5 $ LANG=en_US.UTF-8 ./python.exe -E -bb ./Lib/test/regrtest.py -l test_email test_email 1 te