Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 203bdb3

Browse files
committed
Issue 12126: removing incorrect claim about return value of select
merge 3.2 -> default
2 parents 70b3ee5 + 2f1b396 commit 203bdb3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/howto/sockets.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,7 @@ reason to do otherwise.
356356

357357
In return, you will get three lists. They contain the sockets that are actually
358358
readable, writable and in error. Each of these lists is a subset (possibly
359-
empty) of the corresponding list you passed in. If you put a socket in more
360-
than one input list, it will only be (at most) in one output list.
359+
empty) of the corresponding list you passed in.
361360

362361
If a socket is in the output readable list, you can be
363362
as-close-to-certain-as-we-ever-get-in-this-business that a ``recv`` on that

0 commit comments

Comments
 (0)