diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-12-29 08:27:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-29 08:27:19 (GMT) |
commit | 2025d9fba25eacace7806ddcd676781fa2c0ffd3 (patch) | |
tree | 26628e33a91666853e44a4aef62c06a29210a1b7 /Doc | |
parent | 4d0b50ac9aec22caf2ca142d9c13743259d603e3 (diff) | |
download | cpython-2025d9fba25eacace7806ddcd676781fa2c0ffd3.zip cpython-2025d9fba25eacace7806ddcd676781fa2c0ffd3.tar.gz cpython-2025d9fba25eacace7806ddcd676781fa2c0ffd3.tar.bz2 |
[3.11] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113554)
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>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/os.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index f5010a2..a53d0b6 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -4480,6 +4480,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 |