From 87adb07e46c4be0f832b75435e207d6eaf9e4903 Mon Sep 17 00:00:00 2001 From: nanjekyejoannah Date: Fri, 11 Jan 2019 13:38:21 +0300 Subject: [PATCH 1/2] CLOCK_MONOTONIC_RAW available on macOS --- Doc/library/time.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/time.rst b/Doc/library/time.rst index 892ed1343a19151..b52bb0fc2925fbe 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -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: Availability: Linux 2.6.28 or later, macOS 10.12 and newer. .. versionadded:: 3.3 From 76878010a4f8dbdaf6efaab551bfd3cbb8a87cd3 Mon Sep 17 00:00:00 2001 From: nanjekyejoannah Date: Fri, 11 Jan 2019 15:12:29 +0300 Subject: [PATCH 2/2] CLOCK_MONOTONIC_RAW available on macOS --- Doc/library/time.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/time.rst b/Doc/library/time.rst index b52bb0fc2925fbe..baf92c1400eea1d 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -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: Availability: Linux 2.6.28 or later, macOS 10.12 and newer. + .. availability:: Linux 2.6.28 and newer, macOS 10.12 and newer. .. versionadded:: 3.3 @@ -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