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 eric.smith
Recipients belopolsky, eric.smith, p-ganssle, zhanying
Date 2020-04-09.15:30:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586446223.78.0.379705358116.issue40236@roundup.psfhosted.org>
In-reply-to
Content
I thought that strptime is platform specific (which is why I asked for the platform info). But, looking at the existing docs https://docs.python.org/3.5/library/time.html#time.strptime

"But strptime() is independent of any platform and thus does not necessarily support all directives available that are not documented as supported."

I'm not exactly sure what that means overall, with the double negative. But it say it's not platform specific.
History
Date User Action Args
2020-04-09 15:30:23eric.smithsetrecipients: + eric.smith, belopolsky, p-ganssle, zhanying
2020-04-09 15:30:23eric.smithsetmessageid: <1586446223.78.0.379705358116.issue40236@roundup.psfhosted.org>
2020-04-09 15:30:23eric.smithlinkissue40236 messages
2020-04-09 15:30:23eric.smithcreate