Message 358735 - Python tracker

Message358735

Author p-ganssle
Recipients belopolsky, brett.cannon, jaraco, p-ganssle
Date 2019-12-20.19:34:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576870452.53.0.417995520964.issue39103@roundup.psfhosted.org>
In-reply-to
Content
This is a duplicate of issue 13305.

Right now we have some shims around `strftime` to improve consistency in some situations and for other reasons, but mostly we just call the libc version.

There is an open issue from 2008 (#3173) to ship our own implementation of strftime that could smooth out some of these issues and try and make the behavior more consistent (though presumably some people have started to rely on platform-specific behaviors by now, so it may be a decent amount of work to roll it out).

I'm going to close this in favor of 13305, but thanks for reporting it!
History
Date User Action Args
2019-12-20 19:34:12p-gansslesetrecipients: + p-ganssle, brett.cannon, jaraco, belopolsky
2019-12-20 19:34:12p-gansslesetmessageid: <1576870452.53.0.417995520964.issue39103@roundup.psfhosted.org>
2019-12-20 19:34:12p-gansslelinkissue39103 messages
2019-12-20 19:34:12p-gansslecreate