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.

Author coderlens
Recipients asvetlov, coderlens, yselivanov
Date 2021-10-20.17:18:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634750311.24.0.287730141067.issue45541@roundup.psfhosted.org>
In-reply-to
Content
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)
History
Date User Action Args
2021-10-20 17:18:31coderlenssetrecipients: + coderlens, asvetlov, yselivanov
2021-10-20 17:18:31coderlenssetmessageid: <1634750311.24.0.287730141067.issue45541@roundup.psfhosted.org>
2021-10-20 17:18:31coderlenslinkissue45541 messages
2021-10-20 17:18:31coderlenscreate