Skip to content

Commit 11f7270

Browse files
picnixzGalaxySnail
andauthored
[3.13] gh-122153: indicate that Windows does not support socket.{send,recv}_fds (GH-134960) (#135017)
This amends commit e3b6ff1. (cherry picked from commit 128195e) Co-authored-by: GalaxySnail <me@glxys.nl>
1 parent 0446628 commit 11f7270

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/socket.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ The :mod:`socket` module also offers various network-related services:
13801380
The *fds* parameter is a sequence of file descriptors.
13811381
Consult :meth:`~socket.sendmsg` for the documentation of these parameters.
13821382

1383-
.. availability:: Unix, Windows, not WASI.
1383+
.. availability:: Unix, not WASI.
13841384

13851385
Unix platforms supporting :meth:`~socket.sendmsg`
13861386
and :const:`SCM_RIGHTS` mechanism.
@@ -1394,9 +1394,9 @@ The :mod:`socket` module also offers various network-related services:
13941394
Return ``(msg, list(fds), flags, addr)``.
13951395
Consult :meth:`~socket.recvmsg` for the documentation of these parameters.
13961396

1397-
.. availability:: Unix, Windows, not WASI.
1397+
.. availability:: Unix, not WASI.
13981398

1399-
Unix platforms supporting :meth:`~socket.sendmsg`
1399+
Unix platforms supporting :meth:`~socket.recvmsg`
14001400
and :const:`SCM_RIGHTS` mechanism.
14011401

14021402
.. versionadded:: 3.9

0 commit comments

Comments
 (0)