]> granicus.if.org Git - python/commit
The functions asctime() and mktime() are documented to take a 9-tuple
authorGuido van Rossum <guido@python.org>
Wed, 12 Jan 2000 16:38:20 +0000 (16:38 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 12 Jan 2000 16:38:20 +0000 (16:38 +0000)
commitb2b42ddcb1a09c58fdbd638c6fcdae5af13d7965
tree79e490cf1fc967ea95fe49a24d4198902a1484af
parent687ef6e70bf17f33d8fe0635dabb32ccc4cf4133
The functions asctime() and mktime() are documented to take a 9-tuple
only.  Through some mysterious interaction, they would take 9 separate
arguments as well.  This misfeature is now disabled (to end a
difference with JPython).
Modules/timemodule.c