]> granicus.if.org Git - python/commit
Make the 'time' argument to the timemodule functions strftime, asctime,
authorThomas Wouters <thomas@python.org>
Fri, 19 Jan 2001 23:16:56 +0000 (23:16 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 19 Jan 2001 23:16:56 +0000 (23:16 +0000)
commitfe385251f429dccddeb212f5ad02c026fe4a6550
treec344f920bb8584040a5fed80bbcab3baefdedb40
parent5566c1ce36138bb3e91e0dac4d6694cfbb68f206
Make the 'time' argument to the timemodule functions strftime, asctime,
ctime, gmtime and localtime optional, defaulting to 'the current time' in
all cases. Adjust docs, add news item. Also convert all argument-handling to
METH_VARARGS. Closes SF patch #103265.
Doc/lib/libtime.tex
Misc/NEWS
Modules/timemodule.c