Skip to content

Commit

Permalink
versionadded:: 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gpshead committed May 19, 2023
1 parent 73a3f4e commit c99e91b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,8 @@ as internal buffering of data.

.. availability:: Unix, not Emscripten, not WASI.

.. versionadded:: 3.12


.. function:: isatty(fd, /)

Expand Down Expand Up @@ -1407,6 +1409,8 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo

.. availability:: Unix, not Emscripten, not WASI.

.. versionadded:: 3.12


.. function:: preadv(fd, buffers, offset, flags=0, /)

Expand Down Expand Up @@ -1475,6 +1479,8 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo

.. availability:: Unix, not Emscripten, not WASI.

.. versionadded:: 3.12


.. function:: pwrite(fd, str, offset, /)

Expand Down Expand Up @@ -1736,6 +1742,8 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo

.. availability:: Unix, not Emscripten, not WASI.

.. versionadded:: 3.12


.. function:: write(fd, str, /)

Expand Down

0 comments on commit c99e91b

Please sign in to comment.