New submission from Zane Bitter <za...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue41857>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to