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: duplicate paragraphs - asyncio Coroutines and Tasks file
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.11
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Fix incorrect use of directives in asyncio documentation
View: 46777
Assigned To: docs@python Nosy List: AlexWaygood, asvetlov, davem, docs@python, kumaraditya, yselivanov
Priority: normal Keywords:

Created on 2022-01-11 12:03 by davem, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30526 closed davem, 2022-01-11 12:03
Messages (1)
msg414651 - (view) Author: Kumar Aditya (kumaraditya) * (Python triager) Date: 2022-03-07 10:02
This has been fixed in GH-31388. This can be closed now.
History
Date User Action Args
2022-04-11 14:59:54adminsetgithub: 90499
2022-03-07 10:30:22serhiy.storchakasetstatus: open -> closed
superseder: Fix incorrect use of directives in asyncio documentation
resolution: duplicate
stage: needs patch -> resolved
2022-03-07 10:03:01kumaradityasetversions: + Python 3.11, - Python 3.10
2022-03-07 10:02:51kumaradityasetnosy: + AlexWaygood, kumaraditya
messages: + msg414651
2022-01-12 22:10:10AlexWaygoodsetnosy: + asvetlov, yselivanov

type: behavior
stage: needs patch
2022-01-11 12:03:32davemcreate