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 xtreak
Recipients abcd, xtreak, yselivanov
Date 2018-09-26.01:44:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537926291.23.0.545547206417.issue34802@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report. I believe this was done as part asyncio docs overhaul and I am adding Yury here. The current docs link to #coroutine from asyncio.iscoroutine whereas the previous docs had the definition inline. I think this is clarified in #awaitables section but takes a round-trip and it's not in #coroutines section which is linked in asyncio.iscoroutine. The below is present in important note in #awaitables and may be this can be added to #coroutine too so that it's not last? Suggestions welcome 

> asyncio also supports legacy generator-based coroutines

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.

Thanks
History
Date User Action Args
2018-09-26 01:44:51xtreaksetrecipients: + xtreak, yselivanov, abcd
2018-09-26 01:44:51xtreaksetmessageid: <1537926291.23.0.545547206417.issue34802@psf.upfronthosting.co.za>
2018-09-26 01:44:51xtreaklinkissue34802 messages
2018-09-26 01:44:50xtreakcreate