]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 May 2020 13:38:18 +0000 (06:38 -0700)
committerGitHub <noreply@github.com>
Tue, 26 May 2020 13:38:18 +0000 (06:38 -0700)
commit500cd89ecce97750a1af32d4097d9945b7296bac
treed0adc9ac60646af562d4c7a887ba451ce26625d1
parent7df9c41c69e2af8d0d36452c09d243b0975495af
bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)

(cherry picked from commit 372ee27d4958302dac7ad6a8711f6fd04771b2e6)

Co-authored-by: Jakub Stasiak <jakub@stasiak.at>
Doc/library/select.rst
Modules/clinic/selectmodule.c.h
Modules/selectmodule.c