Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ These constants are used as parameters for :func:`clock_getres` and
Similar to :data:`CLOCK_MONOTONIC`, but provides access to a raw
hardware-based time that is not subject to NTP adjustments.

Availability: Linux 2.6.28 or later.
.. availability:: Linux 2.6.28 and newer, macOS 10.12 and newer.

.. versionadded:: 3.3

Expand All @@ -799,7 +799,7 @@ These constants are used as parameters for :func:`clock_getres` and

Thread-specific CPU-time clock.

Availability: Unix.
.. availability:: Unix.

.. versionadded:: 3.3

Expand Down