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 edd07
Recipients asvetlov, docs@python, edd07, yselivanov
Date 2019-09-23.15:40:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569253212.87.0.131241104419.issue38260@roundup.psfhosted.org>
In-reply-to
Content
The documentation for asyncio.run (https://docs.python.org/3/library/asyncio-task.html#asyncio.run) does not mention the function's return value or lack of one.

Looking at the source, its clear it returns the passed coroutine's value via loop.run_until_complete, but the documentation or the provided example do not make it clear.
History
Date User Action Args
2019-09-23 15:40:12edd07setrecipients: + edd07, asvetlov, docs@python, yselivanov
2019-09-23 15:40:12edd07setmessageid: <1569253212.87.0.131241104419.issue38260@roundup.psfhosted.org>
2019-09-23 15:40:12edd07linkissue38260 messages
2019-09-23 15:40:12edd07create