summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2024-01-01 18:38:29 (GMT)
committerGitHub <noreply@github.com>2024-01-01 18:38:29 (GMT)
commitd0b0e3d2eff30f699c620bc87c4dadd8cd4a77d5 (patch)
tree0cfe6160d4a10b64484d6f4ab6e9ebd9ca94107f /Doc/library/os.rst
parent5f3cc90a12d6df404fd6f48a0df1334902e271f2 (diff)
downloadcpython-d0b0e3d2eff30f699c620bc87c4dadd8cd4a77d5.zip
cpython-d0b0e3d2eff30f699c620bc87c4dadd8cd4a77d5.tar.gz
cpython-d0b0e3d2eff30f699c620bc87c4dadd8cd4a77d5.tar.bz2
gh-113536: Expose `os.waitid` on macOS (#113542)
* gh-113536: Expose `os.waitid` on macOS This API has been available on macOS for a long time, but was explicitly excluded due to unspecified problems with the API in ancient versions of macOS. * Document that the API is available on macOS starting in Python 3.13
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 2af61f2..637191f 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -4986,11 +4986,11 @@ 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
+ .. versionchanged:: 3.13
+ This function is now available on macOS as well.
+
.. function:: waitpid(pid, options, /)