Issue 12126: removing incorrect claim about return value of select

merge 3.2 -> default
This commit is contained in:
Eli Bendersky 2011-05-22 06:59:49 +03:00
commit 203bdb3028
1 changed files with 1 additions and 2 deletions

View File

@ -356,8 +356,7 @@ reason to do otherwise.
In return, you will get three lists. They contain the sockets that are actually 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 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 empty) of the corresponding list you passed in.
than one input list, it will only be (at most) in one output list.
If a socket is in the output readable list, you can be 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 as-close-to-certain-as-we-ever-get-in-this-business that a ``recv`` on that