Issue 22275: asyncio: enhance documentation of OS support (original) (raw)

Issue22275

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:07 admin set github: 66471
2014-08-31 12:48:08 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2014-08-25 23:00:00 vstinner create