Message326587
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. |
|
| Date |
User |
Action |
Args |
| 2018-09-27 19:42:03 | yselivanov | set | recipients:
+ yselivanov, asvetlov, docs@python, xtreak, abcd |
| 2018-09-27 19:42:03 | yselivanov | set | messageid: <[email protected]> |
| 2018-09-27 19:42:03 | yselivanov | link | issue34802 messages |
| 2018-09-27 19:42:03 | yselivanov | create | |
|