Parameters *out* and *in* was renamed to *out_fd* and *in_fd*.
-.. function:: set_blocking(fd, blocking, /)
-
- Set the blocking mode of the specified file descriptor. Set the
- :data:`O_NONBLOCK` flag if blocking is ``False``, clear the flag otherwise.
-
- See also :func:`get_blocking` and :meth:`socket.socket.setblocking`.
-
- .. availability:: Unix, Windows.
-
- The function is limited on Emscripten and WASI, see
- :ref:`wasm-availability` for more information.
-
- On Windows, this function is limited to pipes.
-
- .. versionadded:: 3.5
-
- .. versionchanged:: 3.12
- Added support for pipes on Windows.
-
.. data:: SF_NODISKIO
SF_MNOWAIT
SF_SYNC
.. versionadded:: 3.11
+.. function:: set_blocking(fd, blocking, /)
+
+ Set the blocking mode of the specified file descriptor. Set the
+ :data:`O_NONBLOCK` flag if blocking is ``False``, clear the flag otherwise.
+
+ See also :func:`get_blocking` and :meth:`socket.socket.setblocking`.
+
+ .. availability:: Unix, Windows.
+
+ The function is limited on Emscripten and WASI, see
+ :ref:`wasm-availability` for more information.
+
+ On Windows, this function is limited to pipes.
+
+ .. versionadded:: 3.5
+
+ .. versionchanged:: 3.12
+ Added support for pipes on Windows.
+
+
.. function:: splice(src, dst, count, offset_src=None, offset_dst=None)
Transfer *count* bytes from file descriptor *src*, starting from offset