[New-bugs-announce] [issue21680] asyncio: document event loops

STINNER Victor report at bugs.python.org
Fri Jun 6 14:41:35 CEST 2014


New submission from STINNER Victor:

Currently, the different implementations of asyncio event loop are not listed in the documentation. But they are mentionned in some places, like in the subprocess section to mention that Proactor doesn't support subprocess or that they are issues with Kqueue on old Mac OS X versions.

It would be useful to mention at least the name of each event loop.

Each event loop has specific features or different limitations. See for example the issue #21437 which asks to mention that the proactor event loop doesn't support SSL.

----------
assignee: docs at python
components: Documentation, asyncio
messages: 219878
nosy: docs at python, gvanrossum, haypo, yselivanov
priority: normal
severity: normal
status: open
title: asyncio: document event loops
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21680>
_______________________________________


More information about the New-bugs-announce mailing list