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.

Author r.david.murray
Recipients BreamoreBoy, oefe, r.david.murray
Date 2010-07-09.15:44:32
SpamBayes Score 1.1299349e-05
Marked as misclassified No
Message-id <1278690273.81.0.726247800825.issue4044@psf.upfronthosting.co.za>
In-reply-to
Content
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_calendar passed using the specified command line in all cases.

Can anyone reproduce this issue?
History
Date User Action Args
2010-07-09 15:44:33r.david.murraysetrecipients: + r.david.murray, oefe, BreamoreBoy
2010-07-09 15:44:33r.david.murraysetmessageid: <1278690273.81.0.726247800825.issue4044@psf.upfronthosting.co.za>
2010-07-09 15:44:32r.david.murraylinkissue4044 messages
2010-07-09 15:44:32r.david.murraycreate