[3.11] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113554)

https://github.com/python/cpython/commit/2025d9fba25eacace7806ddcd676781fa2c... commit: 2025d9fba25eacace7806ddcd676781fa2c0ffd3 branch: 3.11 author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> committer: ronaldoussoren <ronaldoussoren@mac.com> date: 2023-12-29T09:27:19+01:00 summary: [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> files: M Doc/library/os.rst diff --git a/Doc/library/os.rst b/Doc/library/os.rst index f5010a27ddcd6d..a53d0b6a27a49e 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
participants (1)
-
ronaldoussoren