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 r.david.murray
Recipients deronnax, r.david.murray
Date 2017-03-02.13:35:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488461760.1.0.586939824014.issue29690@psf.upfronthosting.co.za>
In-reply-to
Content
This almost qualifies as a FAQ :)

In 2.7 (and in 3.x, though we've added some additional platform independent stuff there), strptime supports what the platform supports, and this is documented: "The following is a list of all the format codes that the C standard (1989 version) requires, and these work on all platforms with a standard C implementation. Note that the 1999 version of the C standard added additional format codes."

Windows, for one, is not a standard C implementation in that sense.

Note that the python3 documentation is a bit clearer about this than the 2.7 docs.  If you want to open a PR to backport the doc improvements, feel free to reopen this issue.
History
Date User Action Args
2017-03-02 13:36:00r.david.murraysetrecipients: + r.david.murray, deronnax
2017-03-02 13:36:00r.david.murraysetmessageid: <1488461760.1.0.586939824014.issue29690@psf.upfronthosting.co.za>
2017-03-02 13:36:00r.david.murraylinkissue29690 messages
2017-03-02 13:35:59r.david.murraycreate