Skip to content
Merged
Prev Previous commit
Next Next commit
Update whatsnew version
  • Loading branch information
encukou committed Jan 3, 2024
commit 4645976ef47f80b1785384369467142fc7efd26c
8 changes: 4 additions & 4 deletions Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ as internal buffering of data.

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

.. versionadded:: 3.12
.. versionadded:: 3.13


.. function:: isatty(fd, /)
Expand Down Expand Up @@ -1452,7 +1452,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo

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

.. versionadded:: 3.12
.. versionadded:: 3.13


.. function:: preadv(fd, buffers, offset, flags=0, /)
Expand Down Expand Up @@ -1522,7 +1522,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo

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

.. versionadded:: 3.12
.. versionadded:: 3.13


.. function:: pwrite(fd, str, offset, /)
Expand Down Expand Up @@ -1786,7 +1786,7 @@ or `the MSDN <https://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Windo

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

.. versionadded:: 3.12
.. versionadded:: 3.13


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