[docs] [issue34802] asyncio.iscoroutine() documentation is wrong

Yury Selivanov report at bugs.python.org
Thu Sep 27 15:42:03 EDT 2018


Yury Selivanov <yselivanov at gmail.com> added the comment:

I'll make a simple fix for the asyncio.coroutine decorator docs.

> I would suggest below for #coroutines :  

>> Coroutines declared with async/await syntax is the preferred way of writing asyncio applications but asyncio also supports legacy generator-based coroutines.

I don't want to further emphasize generator-based coroutines beyond how they are covered right now.  We'll drop support for them in a just a couple of versions anyways.

----------
assignee:  -> docs at python
components: +Documentation, asyncio
nosy: +docs at python
versions: +Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34802>
_______________________________________


More information about the docs mailing list