Doc/library/os.rst: `os.waitid` absent on MacOS (#104558)

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

Co-authored-by: AN Long <aisk@users.noreply.github.com>
This commit is contained in:
John Hawkinson 2023-12-28 14:36:20 -05:00 committed by GitHub
parent 8e5d70f4b6
commit db1c882239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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