Skip to content

Commit

Permalink
Document that the API is available on macOS starting in Py 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldoussoren committed Dec 28, 2023
1 parent 8dd2841 commit 96ba543
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4986,11 +4986,11 @@ 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

.. versionchanged:: 3.13
This function is now available on macOS as well.


.. function:: waitpid(pid, options, /)

Expand Down

0 comments on commit 96ba543

Please sign in to comment.