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 dgorley
Recipients dgorley, ethan.furman
Date 2014-11-10.22:53:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415659998.88.0.0548353743536.issue22840@psf.upfronthosting.co.za>
In-reply-to
Content
I expected the second call to strpdate() to throw an exception, because %Y consumed '2014', %m consumed '11', and %d consumed '10', leaving nothing for %H and %M to match.  That would be consistent with the first call.
History
Date User Action Args
2014-11-10 22:53:18dgorleysetrecipients: + dgorley, ethan.furman
2014-11-10 22:53:18dgorleysetmessageid: <1415659998.88.0.0548353743536.issue22840@psf.upfronthosting.co.za>
2014-11-10 22:53:18dgorleylinkissue22840 messages
2014-11-10 22:53:18dgorleycreate