File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1492,7 +1492,7 @@ The :mod:`socket` module also offers various network-related services:
1492
1492
The *fds * parameter is a sequence of file descriptors.
1493
1493
Consult :meth: `~socket.sendmsg ` for the documentation of these parameters.
1494
1494
1495
- .. availability :: Unix, Windows, not WASI.
1495
+ .. availability :: Unix, not WASI.
1496
1496
1497
1497
Unix platforms supporting :meth: `~socket.sendmsg `
1498
1498
and :const: `SCM_RIGHTS ` mechanism.
@@ -1506,9 +1506,9 @@ The :mod:`socket` module also offers various network-related services:
1506
1506
Return ``(msg, list(fds), flags, addr) ``.
1507
1507
Consult :meth: `~socket.recvmsg ` for the documentation of these parameters.
1508
1508
1509
- .. availability :: Unix, Windows, not WASI.
1509
+ .. availability :: Unix, not WASI.
1510
1510
1511
- Unix platforms supporting :meth: `~socket.sendmsg `
1511
+ Unix platforms supporting :meth: `~socket.recvmsg `
1512
1512
and :const: `SCM_RIGHTS ` mechanism.
1513
1513
1514
1514
.. versionadded :: 3.9
You can’t perform that action at this time.
0 commit comments