This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: asyncio: enhance documentation of OS support
Type: Stage: resolved
Components: asyncio, Documentation Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, gvanrossum, python-dev, vstinner, yselivanov
Priority: normal Keywords: patch

Created on 2014-08-25 23:00 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
asyncio_os_support.patch vstinner, 2014-08-25 22:59 review
Messages (2)
msg225902 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-08-25 22:59
When reading asyncio documentation, it's not easy to catch limitations of each operating system and event loop. I propose to mention in each mention if the method is not supported in some cases. See attached patch.
msg226174 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-08-31 12:48
New changeset 9480287f85a0 by Victor Stinner in branch '3.4':
Closes #22275: asyncio: enhance documentation of OS support
http://hg.python.org/cpython/rev/9480287f85a0

New changeset 9138d60db0e4 by Victor Stinner in branch 'default':
(Merge 3.4) Closes #22275: asyncio: enhance documentation of OS support
http://hg.python.org/cpython/rev/9138d60db0e4
History
Date User Action Args
2022-04-11 14:58:07adminsetgithub: 66471
2014-08-31 12:48:08python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg226174

resolution: fixed
stage: resolved
2014-08-25 23:00:00vstinnercreate