[New-bugs-announce] [issue42703] Asyncio Event Documentation Links Incorrect

Matt Fowler report at bugs.python.org
Mon Dec 21 09:30:35 EST 2020


New submission from Matt Fowler <matt.fow at gmail.com>:

The documentation for `asyncio.Event` has incorrect links. The `wait` coroutine incorrectly links to the docs for the `asyncio.wait` waiting primitive, and the `set` method incorrectly links to the docs for the `set` class constructor.

----------
assignee: docs at python
components: Documentation
messages: 383524
nosy: docs at python, mattfowler
priority: normal
severity: normal
status: open
title: Asyncio Event Documentation Links Incorrect
versions: Python 3.10, Python 3.9

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


More information about the New-bugs-announce mailing list