Skip to content

Commit 0947773

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

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
@@ -1492,7 +1492,7 @@ The :mod:`socket` module also offers various network-related services:
14921492
The *fds* parameter is a sequence of file descriptors.
14931493
Consult :meth:`~socket.sendmsg` for the documentation of these parameters.
14941494

1495-
.. availability:: Unix, Windows, not WASI.
1495+
.. availability:: Unix, not WASI.
14961496

14971497
Unix platforms supporting :meth:`~socket.sendmsg`
14981498
and :const:`SCM_RIGHTS` mechanism.
@@ -1506,9 +1506,9 @@ The :mod:`socket` module also offers various network-related services:
15061506
Return ``(msg, list(fds), flags, addr)``.
15071507
Consult :meth:`~socket.recvmsg` for the documentation of these parameters.
15081508

1509-
.. availability:: Unix, Windows, not WASI.
1509+
.. availability:: Unix, not WASI.
15101510

1511-
Unix platforms supporting :meth:`~socket.sendmsg`
1511+
Unix platforms supporting :meth:`~socket.recvmsg`
15121512
and :const:`SCM_RIGHTS` mechanism.
15131513

15141514
.. versionadded:: 3.9

0 commit comments

Comments
 (0)