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 hobarrera
Recipients eryksun, hobarrera, martin.panter
Date 2017-02-06.07:22:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486365734.75.0.306332832845.issue29457@psf.upfronthosting.co.za>
In-reply-to
Content
It would seem that

    locale.setlocale(locale.LC_TIME, "")

fixes the issue. However, there seems to be no mention on this on the relevant documentation page[1], which is actually the source of my confusion.

As a "fix" to this issue (since I'm probably not the first nor last person to come across it), can we add a note regarding this below the table in section 8.1.8.

[1]: https://docs.python.org/3.6/library/datetime.html#strftime-strptime-behavior
History
Date User Action Args
2017-02-06 07:22:14hobarrerasetrecipients: + hobarrera, martin.panter, eryksun
2017-02-06 07:22:14hobarrerasetmessageid: <1486365734.75.0.306332832845.issue29457@psf.upfronthosting.co.za>
2017-02-06 07:22:14hobarreralinkissue29457 messages
2017-02-06 07:22:14hobarreracreate