]> granicus.if.org Git - python/commitdiff
Issue 12126: removing incorrect claim about return value of select
authorEli Bendersky <eliben@gmail.com>
Sun, 22 May 2011 03:49:01 +0000 (06:49 +0300)
committerEli Bendersky <eliben@gmail.com>
Sun, 22 May 2011 03:49:01 +0000 (06:49 +0300)
Doc/howto/sockets.rst

index 443b15f50e9387c416ee9820a35aa7e5f579f2bb..b0a3fa4df45794408b05f34db20814f73899ae27 100644 (file)
@@ -357,8 +357,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