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 belopolsky, p-ganssle, vstinner, ztane
Date 2018-12-22.07:49:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545464980.62.0.98272194251.issue35469@roundup.psfhosted.org>
In-reply-to
Content
C11 specifies the format used by asctime as being exactly 

    "%.3s %.3s%3d %.2d:%.2d:%.2d %d\n",

which matches the *new* output with space padding, less the newline.

As always, Microsoft got it wrong: https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/asctime-wasctime?view=vs-2017 - even if deliberately saying 1-31 instead of 01-31 in the table.
History
Date User Action Args
2018-12-22 07:49:42ztanesetrecipients: + ztane, belopolsky, vstinner, p-ganssle
2018-12-22 07:49:40ztanesetmessageid: <1545464980.62.0.98272194251.issue35469@roundup.psfhosted.org>
2018-12-22 07:49:40ztanelinkissue35469 messages
2018-12-22 07:49:40ztanecreate