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 belopolsky
Recipients belopolsky, dmalcolm, loewis, orsenthil, pitrou
Date 2010-06-10.22:15:21
SpamBayes Score 0.005635583
Marked as misclassified No
Message-id <1276208123.35.0.0941936508735.issue8963@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine,

Would s/LC_TIME/LC_ALL/ in my patch fix your problem?  I could not find an affected system, but I simulated the problem by adding locale.setlocale(locale.LC_ALL, "") call in the test.

I think the patch is worth applying. It fixes the typo in the except clause and makes the test independent of the locale settings.
History
Date User Action Args
2010-06-10 22:15:23belopolskysetrecipients: + belopolsky, loewis, orsenthil, pitrou, dmalcolm
2010-06-10 22:15:23belopolskysetmessageid: <1276208123.35.0.0941936508735.issue8963@psf.upfronthosting.co.za>
2010-06-10 22:15:21belopolskylinkissue8963 messages
2010-06-10 22:15:21belopolskycreate