From 46ab96a0c8b12c8e40796c94bf298cbe7ecae1fe Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sun, 22 May 2011 06:56:15 +0300 Subject: Issue 12126: removing incorrect claim about return value of select --- Doc/howto/sockets.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/howto/sockets.rst b/Doc/howto/sockets.rst index 1ecf344..04e9b98 100644 --- 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 -- cgit v0.12