]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113553)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 Dec 2023 08:27:04 +0000 (09:27 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Dec 2023 08:27:04 +0000 (09:27 +0100)
Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558)

* Doc/library/os.rst: `os.waitid` absent on MacOS

(cherry picked from commit db1c88223986efe3076eb3b229a8b6db59bae284)

Co-authored-by: John Hawkinson <jhawk@alum.mit.edu>
Co-authored-by: AN Long <aisk@users.noreply.github.com>
Doc/library/os.rst

index 8d92ac3957c8a50851b4fb886ccd68a389664141..c872ba5840c74e33ef7ba392c0474cc478bd8208 100644 (file)
@@ -4749,6 +4749,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