From: John Hawkinson Date: Thu, 28 Dec 2023 19:36:20 +0000 (-0500) Subject: Doc/library/os.rst: `os.waitid` absent on MacOS (#104558) X-Git-Tag: v3.13.0a3~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db1c88223986efe3076eb3b229a8b6db59bae284;p=thirdparty%2FPython%2Fcpython.git Doc/library/os.rst: `os.waitid` absent on MacOS (#104558) * Doc/library/os.rst: `os.waitid` absent on MacOS Co-authored-by: AN Long --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 6b6e62a683ab..2af61f2960cc 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