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 datacompboy
Recipients belopolsky, datacompboy, georg.brandl
Date 2008-04-07.19:42:25
SpamBayes Score 0.12811601
Marked as misclassified No
Message-id <1207597346.71.0.482616903647.issue2568@psf.upfronthosting.co.za>
In-reply-to
Content
There no leap second in 2000th.
But correct time request fails:
>>> datetime.strptime('19951231T235960', '%Y%m%dT%H%M%S')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: second must be in 0..59
History
Date User Action Args
2008-04-07 19:42:26datacompboysetspambayes_score: 0.128116 -> 0.12811601
recipients: + datacompboy, georg.brandl, belopolsky
2008-04-07 19:42:26datacompboysetspambayes_score: 0.128116 -> 0.128116
messageid: <1207597346.71.0.482616903647.issue2568@psf.upfronthosting.co.za>
2008-04-07 19:42:26datacompboylinkissue2568 messages
2008-04-07 19:42:26datacompboycreate