Skip to content

Commit c99e91b

Browse files
committed
versionadded:: 3.12
1 parent 73a3f4e commit c99e91b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/library/os.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,8 @@ as internal buffering of data.
11291129

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

1132+
.. versionadded:: 3.12
1133+
11321134

11331135
.. function:: isatty(fd, /)
11341136

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

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

1412+
.. versionadded:: 3.12
1413+
14101414

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

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

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

1482+
.. versionadded:: 3.12
1483+
14781484

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

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

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

1745+
.. versionadded:: 3.12
1746+
17391747

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

0 commit comments

Comments
 (0)