https://github.com/python/cpython/commit/f982ab5d7243f09502f3206c97e5899c31637fae commit: f982ab5d7243f09502f3206c97e5899c31637fae branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren <[email protected]> date: 2023-12-29T09:27:04+01:00 summary:
[3.12] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113553) 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 <[email protected]> Co-authored-by: AN Long <[email protected]> files: M Doc/library/os.rst diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 8d92ac3957c8a5..c872ba5840c74e 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -4749,6 +4749,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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
