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 ztane
Recipients Roger.Caldwell, docs@python, eric.smith, georg.brandl, harman786, r.david.murray, vstinner, ztane
Date 2018-12-22.08:32:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545467564.16.0.98272194251.issue13927@roundup.psfhosted.org>
In-reply-to
Content
This should be added to `asctime` too.

The space-padded behaviour complies with the C standard which was the intent - after all, before it was using C `asctime` directly, and says that unlike C asctime, it doesn't have the newline character, meaning that as a rule, it should then behave similar to it, and only exception is marked.

Unfortunately MSVC asctime has been incorrectly using leading zeros (https://stackoverflow.com/q/53894148/918959).
History
Date User Action Args
2018-12-22 08:32:46ztanesetrecipients: + ztane, georg.brandl, vstinner, eric.smith, r.david.murray, docs@python, Roger.Caldwell, harman786
2018-12-22 08:32:44ztanesetmessageid: <1545467564.16.0.98272194251.issue13927@roundup.psfhosted.org>
2018-12-22 08:32:44ztanelinkissue13927 messages
2018-12-22 08:32:44ztanecreate