From db1c88223986efe3076eb3b229a8b6db59bae284 Mon Sep 17 00:00:00 2001 From: John Hawkinson Date: Thu, 28 Dec 2023 14:36:20 -0500 Subject: [PATCH] Doc/library/os.rst: `os.waitid` absent on MacOS (#104558) * Doc/library/os.rst: `os.waitid` absent on MacOS Co-authored-by: AN Long --- Doc/library/os.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 6b6e62a683a..2af61f2960c 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -4986,6 +4986,9 @@ written in Python, such as a mail server's external command delivery program. .. availability:: Unix, not Emscripten, not WASI. + .. note:: + This function is not available on macOS. + .. versionadded:: 3.3