[New-bugs-announce] [issue40962] Add documentation for asyncio._set_running_loop()
Eugene Huang
report at bugs.python.org
Fri Jun 12 11:42:17 EDT 2020
New submission from Eugene Huang <eugene.huang99 at gmail.com>:
In the pull request
https://github.com/python/asyncio/pull/452#issue-92245081
the linked comment says that `asyncio._set_running_loop()` is part of the public asyncio API and will be documented, but I couldn't find any references to this function in
https://docs.python.org/3/library/asyncio-eventloop.html
or anywhere else (tried quick searching for it) in the docs.
----------
assignee: docs at python
components: Documentation
messages: 371387
nosy: docs at python, eugenhu
priority: normal
severity: normal
status: open
title: Add documentation for asyncio._set_running_loop()
versions: Python 3.10, Python 3.7, Python 3.8, Python 3.9
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40962>
_______________________________________
More information about the New-bugs-announce
mailing list