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 martin.panter
Recipients hobarrera, martin.panter
Date 2017-02-06.06:51:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486363915.48.0.15160713235.issue29457@psf.upfronthosting.co.za>
In-reply-to
Content
Have you tried enabling the locale with locale.setlocale()? I believe Python only enables LC_CTYPE by default, so other locale aspects like LC_TIME won’t work until they are enabled.
History
Date User Action Args
2017-02-06 06:51:55martin.pantersetrecipients: + martin.panter, hobarrera
2017-02-06 06:51:55martin.pantersetmessageid: <1486363915.48.0.15160713235.issue29457@psf.upfronthosting.co.za>
2017-02-06 06:51:55martin.panterlinkissue29457 messages
2017-02-06 06:51:55martin.pantercreate