Commit 2e63177e authored by Victor Stinner's avatar Victor Stinner

What's New in 3.3: Fix time module doc

parent 09225b73
...@@ -399,9 +399,9 @@ time ...@@ -399,9 +399,9 @@ time
The :mod:`time` module has new functions: The :mod:`time` module has new functions:
* :func:`~time.clock_getres` and :func:`~time.clock_gettime` functions and * :func:`~time.clock_getres` and :func:`~time.clock_gettime` functions and
``CLOCK_xxx`` constants. :func:`~time.clock_gettime` can be used with ``CLOCK_xxx`` constants.
:data:`time.CLOCK_MONOTONIC` to get a monotonic clock. * :func:`~time.monotonic`: monotonic clock.
* :func:`~time.wallclock`: monotonic clock. * :func:`~time.wallclock`.
(Contributed by Victor Stinner in :issue:`10278`) (Contributed by Victor Stinner in :issue:`10278`)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment