[issue2568] Seconds range in time unit

Alexander Belopolsky report at bugs.python.org
Mon Apr 7 21:34:51 CEST 2008


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

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.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2568>
__________________________________


More information about the Python-bugs-list mailing list