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-07.19:34:50
SpamBayes Score 0.08229305
Marked as misclassified No
Message-id <1207596891.62.0.537099539504.issue2568@psf.upfronthosting.co.za>
In-reply-to
Content
On the other hand, the time module allows full [00,61] range:

>>> [time.strftime('%S',time.strptime(x, '%S')) for x in ('00', '61')] 
['00', '61']

so this is implementation rather than documentation issue.
History
Date User Action Args
2008-04-07 19:34:51belopolskysetspambayes_score: 0.082293 -> 0.08229305
recipients: + belopolsky, georg.brandl, datacompboy
2008-04-07 19:34:51belopolskysetspambayes_score: 0.082293 -> 0.082293
messageid: <1207596891.62.0.537099539504.issue2568@psf.upfronthosting.co.za>
2008-04-07 19:34:50belopolskylinkissue2568 messages
2008-04-07 19:34:50belopolskycreate