cpython: ca4d9ccb6894 (original) (raw)
Mercurial > cpython
changeset 70267:ca4d9ccb6894 3.1
Issue 12126: removing incorrect claim about return value of select
Eli Bendersky eliben@gmail.com | |
---|---|
date | Sun, 22 May 2011 06:56:15 +0300 |
parents | dd2f6a7e375e |
children | c26d551b5ff6 9ef8fc5454cb |
files | Doc/howto/sockets.rst |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-)[+] [-] Doc/howto/sockets.rst 3 |
line wrap: on
line diff
--- a/Doc/howto/sockets.rst
+++ b/Doc/howto/sockets.rst
@@ -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