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.

Author yselivanov
Recipients abcd, asvetlov, docs@python, xtreak, yselivanov
Date 2018-09-27.19:42:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538077323.12.0.545547206417.issue34802@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-09-27 19:42:03yselivanovsetrecipients: + yselivanov, asvetlov, docs@python, xtreak, abcd
2018-09-27 19:42:03yselivanovsetmessageid: <1538077323.12.0.545547206417.issue34802@psf.upfronthosting.co.za>
2018-09-27 19:42:03yselivanovlinkissue34802 messages
2018-09-27 19:42:03yselivanovcreate