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, docs@python, izbyshev, miss-islington, p-ganssle, taleinat, vstinner, xtreak
Date 2019-01-14.10:20:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547461229.21.0.837336739002.issue34512@roundup.psfhosted.org>
In-reply-to
Content
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(). There is a similar discussion about trailing "%": bpo-35066.
History
Date User Action Args
2019-01-14 10:20:31vstinnersetrecipients: + vstinner, belopolsky, taleinat, docs@python, p-ganssle, izbyshev, miss-islington, xtreak
2019-01-14 10:20:29vstinnersetmessageid: <1547461229.21.0.837336739002.issue34512@roundup.psfhosted.org>
2019-01-14 10:20:29vstinnerlinkissue34512 messages
2019-01-14 10:20:29vstinnercreate