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, datacompboy, georg.brandl
Date 2008-04-09.19:54:33
SpamBayes Score 0.035410006
Marked as misclassified No
Message-id <d38f5330804091254v239f09cbld2d32e07b5c08007@mail.gmail.com>
In-reply-to <1207766963.02.0.509898996617.issue2568@psf.upfronthosting.co.za>
Content
On Wed, Apr 9, 2008 at 2:49 PM, Georg Brandl <report@bugs.python.org> wrote:

>  Isn't the bug here rather that strptime doesn't allow leap seconds?

This is not specific to strptime.  The datetime module does not allow
leap seconds:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: second must be in 0..59

This is intentional and documented. Or maybe I don't understand your question.
History
Date User Action Args
2008-04-09 19:54:34belopolskysetspambayes_score: 0.03541 -> 0.035410006
recipients: + belopolsky, georg.brandl, datacompboy
2008-04-09 19:54:33belopolskylinkissue2568 messages
2008-04-09 19:54:33belopolskycreate