]> granicus.if.org Git - python/commit
Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 25 Oct 2011 11:06:09 +0000 (13:06 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 25 Oct 2011 11:06:09 +0000 (13:06 +0200)
commite0be4232971edca23438cc3d79761141f2de124f
tree7149c8f35615c64e122de1478900f5e8cb516c04
parent92b958420e90b5e98c795db75693310cb9317f95
Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to
the time module. time.clock_gettime(time.CLOCK_MONOTONIC) provides a monotonic
clock
Doc/library/time.rst
Doc/whatsnew/3.3.rst
Lib/test/test_time.py
Misc/NEWS
Modules/timemodule.c
configure
configure.in
pyconfig.h.in
setup.py