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 vstinner
Recipients ezio.melotti, loewis, skrah, vstinner
Date 2011-12-09.19:26:28
SpamBayes Score 4.2098694e-07
Marked as misclassified No
Message-id <1323458791.19.0.348139259277.issue13560@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed issue #5905 (strptime fails in non-UTF locale). The fix is not enough if the locale is changed in Python.

Update the patch to fix time.strftime() (if wcsftime() is not available).
History
Date User Action Args
2011-12-09 19:26:32vstinnersetrecipients: + vstinner, loewis, ezio.melotti, skrah
2011-12-09 19:26:31vstinnersetmessageid: <1323458791.19.0.348139259277.issue13560@psf.upfronthosting.co.za>
2011-12-09 19:26:30vstinnerlinkissue13560 messages
2011-12-09 19:26:30vstinnercreate