Issue 34746: Asyncio documentation have a error (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/78927

classification

Title: Asyncio documentation have a error
Type: enhancement Stage: resolved
Components: asyncio Versions: Python 3.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, docs@python, hzhilamp@163.com, miss-islington, yselivanov
Priority: normal Keywords: patch

Created on 2018-09-20 04:55 by hzhilamp@163.com, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 9437 merged yselivanov,2018-09-20 05:06
PR 9438 merged miss-islington,2018-09-20 05:17
Messages (4)
msg325838 - (view) Author: lanzhiwang (hzhilamp@163.com) Date: 2018-09-20 04:55
https://docs.python.org/3.7/library/asyncio-llapi-index.html loop.stop() Close the event loop. fix loop.close() Close the event loop.
msg325840 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2018-09-20 05:17
New changeset ffef50f1f5907e5f0f175b12088d3e509011f126 by Yury Selivanov in branch 'master': bpo-34746: Fix stop -> close (GH-9437) https://github.com/python/cpython/commit/ffef50f1f5907e5f0f175b12088d3e509011f126
msg325841 - (view) Author: miss-islington (miss-islington) Date: 2018-09-20 05:21
New changeset 4fe8dc68577f9e22aaf24db08fb6647277c42d4c by Miss Islington (bot) in branch '3.7': bpo-34746: Fix stop -> close (GH-9437) https://github.com/python/cpython/commit/4fe8dc68577f9e22aaf24db08fb6647277c42d4c
msg325842 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2018-09-20 05:24
Thanks for filing the bug!
History
Date User Action Args
2022-04-11 14:59:06 admin set github: 78927
2018-09-20 05:24:41 yselivanov set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2018-09-20 05:21:12 miss-islington set nosy: + miss-islingtonmessages: +
2018-09-20 05:17:28 miss-islington set pull_requests: + <pull%5Frequest8852>
2018-09-20 05:17:14 yselivanov set messages: +
2018-09-20 05:06:59 yselivanov set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest8851>
2018-09-20 04:55:09 hzhilamp@163.com create