Skip to content

Commit

Permalink
Update whatsnew version
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou committed Jan 3, 2024
1 parent 40bad66 commit 4645976
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 4645976

Please sign in to comment.