mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[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 db1c882239)
Co-authored-by: John Hawkinson <jhawk@alum.mit.edu>
Co-authored-by: AN Long <aisk@users.noreply.github.com>
This commit is contained in:
parent
4d0b50ac9a
commit
2025d9fba2
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue