[issue44407] A "Coroutines and Tasks" code example needs "asyncio.run(main())"

Andrei Kulakov report at bugs.python.org
Tue Jun 15 10:39:52 EDT 2021


Andrei Kulakov <andrei.avk at gmail.com> added the comment:

I think it's clear that the modification of previous example is limited to `main()` because `say_after()` is also omitted. This is very common in Python code examples, - it seems to me this change is not needed.

----------
nosy: +andrei.avk

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


More information about the Python-bugs-list mailing list