Commit 46ab96a0 authored by Eli Bendersky's avatar Eli Bendersky

Issue 12126: removing incorrect claim about return value of select

parent 2340986f
......@@ -356,8 +356,7 @@ reason to do otherwise.
In return, you will get three lists. They contain the sockets that are actually
readable, writable and in error. Each of these lists is a subset (possibly
empty) of the corresponding list you passed in. If you put a socket in more
than one input list, it will only be (at most) in one output list.
empty) of the corresponding list you passed in.
If a socket is in the output readable list, you can be
as-close-to-certain-as-we-ever-get-in-this-business that a ``recv`` on that
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment