From: Jun Komoda <45822440+junkmd@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:53:17 +0000 (+0900) Subject: Replace `:platform:` with `.. availability::` in `socket.ioctl` doc. (GH-127122) X-Git-Tag: v3.14.0a3~215 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4f075b3d5a5b0bc1b13cc27ef2a7de8c103fd04;p=thirdparty%2FPython%2Fcpython.git Replace `:platform:` with `.. availability::` in `socket.ioctl` doc. (GH-127122) In `socket.ioctl`, `:platform:` -> `.. availability::` --- diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 73d495c055ff..58323ba6514e 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -1596,8 +1596,6 @@ to sockets. .. method:: socket.ioctl(control, option) - :platform: Windows - The :meth:`ioctl` method is a limited interface to the WSAIoctl system interface. Please refer to the `Win32 documentation `_ for more @@ -1609,9 +1607,12 @@ to sockets. Currently only the following control codes are supported: ``SIO_RCVALL``, ``SIO_KEEPALIVE_VALS``, and ``SIO_LOOPBACK_FAST_PATH``. + .. availability:: Windows + .. versionchanged:: 3.6 ``SIO_LOOPBACK_FAST_PATH`` was added. + .. method:: socket.listen([backlog]) Enable a server to accept connections. If *backlog* is specified, it must