[issue41857] Document timeout arguments to poll() in select module
New submission from Zane Bitter <zaneb@fedoraproject.org>: The select.poll.poll() and select.devpoll.poll() methods don't have their timeout arguments documented in their docstrings. In both cases the argument is in milliseconds, whereas the timeout arguments to select.kqueue.control() and select.epoll.poll() are in seconds, and are documented in the docstring. ---------- assignee: docs@python components: Documentation messages: 377473 nosy: docs@python, zaneb priority: normal severity: normal status: open title: Document timeout arguments to poll() in select module type: enhancement versions: Python 3.10 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41857> _______________________________________
Change by Zane Bitter <zaneb@fedoraproject.org>: ---------- keywords: +patch pull_requests: +21446 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22406 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41857> _______________________________________
participants (1)
-
Zane Bitter