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 r.david.murray
Date 2010-11-22.02:35:03
SpamBayes Score 1.8015831e-05
Marked as misclassified No
Message-id <1290393306.69.0.998081430395.issue10498@psf.upfronthosting.co.za>
In-reply-to
Content
See issue 10466 for background, but in short LocaleHTMLCalendar uses getdefaultlocale if no locale is specified, and on windows this results in a locale that setlocale will not accept.  The fix is presumably to use setlocale(LC_DATE, '') instead of getdefaultelocale.
History
Date User Action Args
2010-11-22 02:35:06r.david.murraysetrecipients: + r.david.murray
2010-11-22 02:35:06r.david.murraysetmessageid: <1290393306.69.0.998081430395.issue10498@psf.upfronthosting.co.za>
2010-11-22 02:35:03r.david.murraylinkissue10498 messages
2010-11-22 02:35:03r.david.murraycreate