mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
What's New in 3.3: Fix time module doc
This commit is contained in:
parent
09225b73c1
commit
2e63177e94
1 changed files with 3 additions and 3 deletions
|
|
@ -399,9 +399,9 @@ time
|
|||
The :mod:`time` module has new functions:
|
||||
|
||||
* :func:`~time.clock_getres` and :func:`~time.clock_gettime` functions and
|
||||
``CLOCK_xxx`` constants. :func:`~time.clock_gettime` can be used with
|
||||
:data:`time.CLOCK_MONOTONIC` to get a monotonic clock.
|
||||
* :func:`~time.wallclock`: monotonic clock.
|
||||
``CLOCK_xxx`` constants.
|
||||
* :func:`~time.monotonic`: monotonic clock.
|
||||
* :func:`~time.wallclock`.
|
||||
|
||||
(Contributed by Victor Stinner in :issue:`10278`)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue