diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2012-03-15 00:58:32 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2012-03-15 00:58:32 +0100 |
commit | 345c8d67023ef75ccc813122d3d6fce9a4b32e75 (patch) | |
tree | 66ea3a69a60d0f39c286c48a90cec9e18dc06bf3 /Python/Python-ast.c | |
parent | 093d62e206ca8909b96ae3efb82ab5b450ff0eff (diff) | |
download | cpython-345c8d67023ef75ccc813122d3d6fce9a4b32e75.tar.gz |
Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady()
* On Mac OS X, time.steady() now uses mach_absolute_time(), a monotonic clock
* Optimistic change: bet that CLOCK_MONOTONIC and CLOCK_REALTIME are available
when clock_gettime() is available
* Rewrite time.steady() documentation
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions