[issue41857] Document timeout arguments to poll() in select module

2022-01-21 Thread Tal Einat


Tal Einat  added the comment:

Thanks for this improvement, Zane!

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41857] Document timeout arguments to poll() in select module

2022-01-21 Thread Tal Einat


Tal Einat  added the comment:


New changeset 656971e4953a70a6048170377888db5530eea0a6 by Tal Einat in branch 
'3.9':
[3.9] bpo-41857: mention timeout argument units in select.poll() and 
select.depoll() doc-strings (GH-22406)
https://github.com/python/cpython/commit/656971e4953a70a6048170377888db5530eea0a6


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41857] Document timeout arguments to poll() in select module

2022-01-21 Thread Tal Einat


Tal Einat  added the comment:


New changeset f6e5972fa984c10d47694973db1c91c6486d654a by Tal Einat in branch 
'3.10':
[3.10] bpo-41857: mention timeout argument units in select.poll() and 
select.depoll() doc-strings (GH-22406)
https://github.com/python/cpython/commit/f6e5972fa984c10d47694973db1c91c6486d654a


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41857] Document timeout arguments to poll() in select module

2022-01-21 Thread Tal Einat


Change by Tal Einat :


--
pull_requests: +28929
pull_request: https://github.com/python/cpython/pull/30742

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41857] Document timeout arguments to poll() in select module

2022-01-21 Thread Tal Einat


Change by Tal Einat :


--
pull_requests: +28928
pull_request: https://github.com/python/cpython/pull/30741

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41857] Document timeout arguments to poll() in select module

2022-01-20 Thread Tal Einat


Tal Einat  added the comment:


New changeset 27df7566bc19699b967e0e30d7808637b90141f6 by Zane Bitter in branch 
'main':
bpo-41857: mention timeout argument units in select.poll() and select.depoll() 
doc-strings (GH-22406)
https://github.com/python/cpython/commit/27df7566bc19699b967e0e30d7808637b90141f6


--
nosy: +taleinat

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41857] Document timeout arguments to poll() in select module

2022-01-20 Thread Tal Einat


Change by Tal Einat :


--
versions: +Python 3.11, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41857] Document timeout arguments to poll() in select module

2020-09-24 Thread Zane Bitter


Change by Zane Bitter :


--
keywords: +patch
pull_requests: +21446
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/22406

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41857] Document timeout arguments to poll() in select module

2020-09-24 Thread Zane Bitter


New submission from Zane Bitter :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com