]> granicus.if.org Git - python/commit
We don't support leap seconds, so the seconds field of a time 9-tuple
authorGuido van Rossum <guido@python.org>
Mon, 22 Feb 1999 16:19:52 +0000 (16:19 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 22 Feb 1999 16:19:52 +0000 (16:19 +0000)
commit360eb9f278a3c225000aecdef105fbba6593639a
tree2c833d7ce606745eaa814c8dcdc477857e9f0cd9
parent5bd69db9f03ef1fa5ccaefd6ddd43291f9e7532c
We don't support leap seconds, so the seconds field of a time 9-tuple
should be in the range [0-59].  Noted by Tadayoshi Funaba.
Modules/timemodule.c