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 @@ -1380,7 +1380,7 @@ The :mod:`socket` module also offers various network-related services:
1380
1380
The *fds * parameter is a sequence of file descriptors.
1381
1381
Consult :meth: `~socket.sendmsg ` for the documentation of these parameters.
1382
1382
1383
- .. availability :: Unix, Windows, not WASI.
1383
+ .. availability :: Unix, not WASI.
1384
1384
1385
1385
Unix platforms supporting :meth: `~socket.sendmsg `
1386
1386
and :const: `SCM_RIGHTS ` mechanism.
@@ -1394,9 +1394,9 @@ The :mod:`socket` module also offers various network-related services:
1394
1394
Return ``(msg, list(fds), flags, addr) ``.
1395
1395
Consult :meth: `~socket.recvmsg ` for the documentation of these parameters.
1396
1396
1397
- .. availability :: Unix, Windows, not WASI.
1397
+ .. availability :: Unix, not WASI.
1398
1398
1399
- Unix platforms supporting :meth: `~socket.sendmsg `
1399
+ Unix platforms supporting :meth: `~socket.recvmsg `
1400
1400
and :const: `SCM_RIGHTS ` mechanism.
1401
1401
1402
1402
.. versionadded :: 3.9
You can’t perform that action at this time.
0 commit comments