[issue41676] asyncio.Event.wait broken link from asyncio.Event

Ben report at bugs.python.org
Mon Aug 31 10:01:57 EDT 2020


Ben <benjsimner at gmail.com> added the comment:

looking at the source https://raw.githubusercontent.com/python/cpython/3.8/Doc/library/asyncio-sync.rst  it says :meth:`wait`  just like the surrounding methods and surrounding types, which all work. 

Maybe :meth:`Event.wait` would fix?   But why :meth:`wait` didn't work is not obvious to me?

----------

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


More information about the Python-bugs-list mailing list