[docs] [issue22275] asyncio: enhance documentation of OS support

STINNER Victor report at bugs.python.org
Tue Aug 26 01:00:00 CEST 2014


New submission from STINNER Victor:

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.

----------
assignee: docs at python
components: Documentation, asyncio
files: asyncio_os_support.patch
keywords: patch
messages: 225902
nosy: docs at python, gvanrossum, haypo, yselivanov
priority: normal
severity: normal
status: open
title: asyncio: enhance documentation of OS support
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file36474/asyncio_os_support.patch

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


More information about the docs mailing list