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.

classification
Title: Broken Link in asyncio library Docs
Type: enhancement Stage: resolved
Components: asyncio Versions: Python 3.10
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, coderlens, yselivanov
Priority: normal Keywords:

Created on 2021-10-20 17:18 by coderlens, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg404502 - (view) Author: Lenin Kennedy (coderlens) Date: 2021-10-20 17:18
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)
msg404503 - (view) Author: Lenin Kennedy (coderlens) Date: 2021-10-20 17:25
Sorry, not a bug. Found out it's actually how the python docs works.
History
Date User Action Args
2022-04-11 14:59:51adminsetgithub: 89704
2021-10-20 17:25:22coderlenssetstatus: open -> closed
resolution: not a bug
messages: + msg404503

stage: resolved
2021-10-20 17:18:31coderlenscreate