diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 5b74dfc750be24..6790b35c4ea911 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1129,6 +1129,8 @@ as internal buffering of data. .. availability:: Unix, not Emscripten, not WASI. + .. versionadded:: 3.12 + .. function:: isatty(fd, /) @@ -1407,6 +1409,8 @@ or `the MSDN `_ on Windo .. availability:: Unix, not Emscripten, not WASI. + .. versionadded:: 3.12 + .. function:: preadv(fd, buffers, offset, flags=0, /) @@ -1475,6 +1479,8 @@ or `the MSDN `_ on Windo .. availability:: Unix, not Emscripten, not WASI. + .. versionadded:: 3.12 + .. function:: pwrite(fd, str, offset, /) @@ -1736,6 +1742,8 @@ or `the MSDN `_ on Windo .. availability:: Unix, not Emscripten, not WASI. + .. versionadded:: 3.12 + .. function:: write(fd, str, /)