Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd7d539

Browse files
nanjekyejoannahRicardo Fraile
authored andcommitted
bpo-35716: Update time.CLOCK_MONOTONIC_RAW doc (pythonGH-11517)
Document that the time.CLOCK_MONOTONIC_RAW constant is now also available on macOS 10.12. Co-authored-by: Ricardo Fraile <[email protected]>
1 parent bab4bbb commit fd7d539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/time.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ These constants are used as parameters for :func:`clock_getres` and
772772
Similar to :data:`CLOCK_MONOTONIC`, but provides access to a raw
773773
hardware-based time that is not subject to NTP adjustments.
774774

775-
Availability: Linux 2.6.28 or later.
775+
.. availability:: Linux 2.6.28 and newer, macOS 10.12 and newer.
776776

777777
.. versionadded:: 3.3
778778

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

800800
Thread-specific CPU-time clock.
801801

802-
Availability: Unix.
802+
.. availability:: Unix.
803803

804804
.. versionadded:: 3.3
805805

0 commit comments

Comments
 (0)