commit | fe385251f429dccddeb212f5ad02c026fe4a6550 | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Fri Jan 19 23:16:56 2001 +0000 |
committer | Thomas Wouters <thomas@python.org> | Fri Jan 19 23:16:56 2001 +0000 |
tree | c344f920bb8584040a5fed80bbcab3baefdedb40 | |
parent | 5566c1ce36138bb3e91e0dac4d6694cfbb68f206 [diff] |
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.