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 belopolsky, eric.smith, matrixise, mjsaah, p-ganssle, pablogsal, terry.reedy, thatiparthy, vstinner, xtreak
Date 2019-01-14.10:21:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547461274.77.0.0317716312851.issue35066@roundup.psfhosted.org>
In-reply-to
Content
The behavior of strftime() with non-ASCII is not portable: bpo-34512.

A solution to make time.strftime() more portable would be to split the format string, format each "%xxx" substring separately but don't pass substrings between "%xxx" to strftime().
History
Date User Action Args
2019-01-14 10:21:16vstinnersetrecipients: + vstinner, terry.reedy, belopolsky, eric.smith, matrixise, thatiparthy, p-ganssle, pablogsal, xtreak, mjsaah
2019-01-14 10:21:14vstinnersetmessageid: <1547461274.77.0.0317716312851.issue35066@roundup.psfhosted.org>
2019-01-14 10:21:14vstinnerlinkissue35066 messages
2019-01-14 10:21:14vstinnercreate