[New-bugs-announce] [issue45541] Broken Link in asyncio library Docs

Lenin Kennedy report at bugs.python.org
Wed Oct 20 13:18:31 EDT 2021


New submission from Lenin Kennedy <leninek24 at gmail.com>:

Priority: Low

In the asyncio page (https://docs.python.org/3/library/asyncio.html), 
in the bullet points of "set of high-level APIs to:", 

link to "perform network IO and IPC;" is (https://docs.python.org/3/library/asyncio-stream.html#asyncio-streams).

Here "#ayncio-streams" header does not exist.

Possible fix-
Change the hyperlink to (https://docs.python.org/3/library/asyncio-stream.html#streams)

----------
components: asyncio
messages: 404502
nosy: asvetlov, coderlens, yselivanov
priority: normal
severity: normal
status: open
title: Broken Link in asyncio library Docs
type: enhancement
versions: Python 3.10

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


More information about the New-bugs-announce mailing list