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 akira
Recipients akira, christian.heimes, docs@python, gudge, janssen, pitrou
Date 2014-04-27.09:30:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398591049.4.0.0916886472257.issue19940@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a new patch with a simplified ssl.cert_time_to_seconds()
implementation that brings strptime() back.

The behaviour is changed:

- accept both %e and %d strftime formats for days as strptime-based implementation did before
- return an integer instead of a float (input date has not fractions of a second)

I've added more tests.

Please, review.
History
Date User Action Args
2014-04-27 09:30:49akirasetrecipients: + akira, janssen, pitrou, christian.heimes, docs@python, gudge
2014-04-27 09:30:49akirasetmessageid: <1398591049.4.0.0916886472257.issue19940@psf.upfronthosting.co.za>
2014-04-27 09:30:49akiralinkissue19940 messages
2014-04-27 09:30:49akiracreate