Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70b3ee5 + 2f1b396 commit 203bdb3Copy full SHA for 203bdb3
1 file changed
Doc/howto/sockets.rst
@@ -356,8 +356,7 @@ reason to do otherwise.
356
357
In return, you will get three lists. They contain the sockets that are actually
358
readable, writable and in error. Each of these lists is a subset (possibly
359
-empty) of the corresponding list you passed in. If you put a socket in more
360
-than one input list, it will only be (at most) in one output list.
+empty) of the corresponding list you passed in.
361
362
If a socket is in the output readable list, you can be
363
as-close-to-certain-as-we-ever-get-in-this-business that a ``recv`` on that
0 commit comments