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: Clarify asyncio.new_event_loop return value
Type: Stage: resolved
Components: Documentation Versions: Python 3.11, Python 3.10
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, miss-islington, pbryan, pbryan2
Priority: normal Keywords: patch

Created on 2021-12-13 05:10 by pbryan2, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30078 merged pbryan, 2021-12-13 05:15
PR 30088 merged miss-islington, 2021-12-13 12:43
PR 30089 merged miss-islington, 2021-12-13 13:25
Messages (1)
msg408425 - (view) Author: Paul Bryan (pbryan2) Date: 2021-12-13 05:10
Currently, the documentation states it creates a new event loop; it should also indicate that it returns the newly created event loop.
History
Date User Action Args
2022-04-11 14:59:53adminsetgithub: 90218
2021-12-13 18:14:44pbryan2setstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-12-13 13:25:37miss-islingtonsetpull_requests: + pull_request28312
2021-12-13 12:43:42miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request28308
2021-12-13 05:15:10pbryansetkeywords: + patch
nosy: + pbryan

pull_requests: + pull_request28299
stage: patch review
2021-12-13 05:10:39pbryan2create