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 steve.dower
Recipients MajeedArni, eryksun, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2015-05-20.21:00:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432155642.23.0.151062137343.issue24244@psf.upfronthosting.co.za>
In-reply-to
Content
It raises ValueError just like now (no visible change), but it won't crash and doesn't require being able to validate the complete format string.

If we want any different behaviour, we need to reimplement strftime for Python, which I'd be okay with, but I'm not the one to do it :)
History
Date User Action Args
2015-05-20 21:00:42steve.dowersetrecipients: + steve.dower, tim.golden, r.david.murray, zach.ware, eryksun, MajeedArni
2015-05-20 21:00:42steve.dowersetmessageid: <1432155642.23.0.151062137343.issue24244@psf.upfronthosting.co.za>
2015-05-20 21:00:42steve.dowerlinkissue24244 messages
2015-05-20 21:00:42steve.dowercreate