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 p-ganssle
Recipients belopolsky, eric.smith, matrixise, mjsaah, p-ganssle, pablogsal, terry.reedy, thatiparthy, vstinner, xtreak
Date 2019-01-10.14:10:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547129403.77.0.494897301095.issue35066@roundup.psfhosted.org>
In-reply-to
Content
I agree with Victor on this. In the future, I'd really like to see us do our best to add cross-platform uniformity to Python's strftime and strptime support. If there really is a platform out there that doesn't support a trailing `%`, I like the idea of stripping it off before passing it to the system strftime/wcstrftime.

That said, I don't think this should be a blocker on Michael's PR. I think that his contribution by itself improves on the current state of things and there's no pressing *need* to solve them both at the same time. Unless I'm misunderstanding, I think the existing PR is a prerequisite for solving the problem on all platforms anyway.

Michael - do you think you can / would you like to add the functionality that Victor mentioned to your existing PR? If not, I recommend we merge the current PR and open a new issue for "Lone trailing % not supported on all platforms".
History
Date User Action Args
2019-01-10 14:10:05p-gansslesetrecipients: + p-ganssle, terry.reedy, belopolsky, vstinner, eric.smith, matrixise, thatiparthy, pablogsal, xtreak, mjsaah
2019-01-10 14:10:03p-gansslesetmessageid: <1547129403.77.0.494897301095.issue35066@roundup.psfhosted.org>
2019-01-10 14:10:03p-gansslelinkissue35066 messages
2019-01-10 14:10:03p-gansslecreate