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 belopolsky
Recipients belopolsky, dgorley, ethan.furman, lemburg
Date 2014-11-11.00:03:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415664231.98.0.141488410208.issue22840@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the case that I think illustrates the current logic better:

>>> datetime.strptime("20141234", "%Y%m%d%H%M")
datetime.datetime(2014, 1, 2, 3, 4)
History
Date User Action Args
2014-11-11 00:03:52belopolskysetrecipients: + belopolsky, lemburg, ethan.furman, dgorley
2014-11-11 00:03:51belopolskysetmessageid: <1415664231.98.0.141488410208.issue22840@psf.upfronthosting.co.za>
2014-11-11 00:03:51belopolskylinkissue22840 messages
2014-11-11 00:03:51belopolskycreate