Staging
v0.5.1
https://github.com/python/cpython
Revision fe385251f429dccddeb212f5ad02c026fe4a6550 authored by Thomas Wouters on 19 January 2001, 23:16:56 UTC, committed by Thomas Wouters on 19 January 2001, 23:16:56 UTC
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.
1 parent 5566c1c
Raw File
Tip revision: fe385251f429dccddeb212f5ad02c026fe4a6550 authored by Thomas Wouters on 19 January 2001, 23:16:56 UTC
Make the 'time' argument to the timemodule functions strftime, asctime,
Tip revision: fe38525
setup.cfg.in

[install]
install_platlib = @prefix@/lib/python@VERSION@/lib-dynload
back to top