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 kfairbanks, r.david.murray
Date 2012-06-14.13:29:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339680568.31.0.248066938465.issue15065@psf.upfronthosting.co.za>
In-reply-to
Content
The reason the codes are not documented is that they are not supported.  Because we delegate to the system strftime, they happen to work.

To change that the most sensible thing would be to have our own strftime implementation, which makes this essentially a duplicate of issue 3173.  See also issue 14441.
History
Date User Action Args
2012-06-14 13:29:28r.david.murraysetrecipients: + r.david.murray, kfairbanks
2012-06-14 13:29:28r.david.murraysetmessageid: <1339680568.31.0.248066938465.issue15065@psf.upfronthosting.co.za>
2012-06-14 13:29:27r.david.murraylinkissue15065 messages
2012-06-14 13:29:27r.david.murraycreate