[issue34746] Asyncio documentation have a error
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
New submission from lanzhiwang <hzhilamp@163.com>: https://docs.python.org/3.7/library/asyncio-llapi-index.html loop.stop() Close the event loop. fix loop.close() Close the event loop. ---------- components: asyncio messages: 325838 nosy: asvetlov, docs@python, hzhilamp@163.com, yselivanov priority: normal severity: normal status: open title: Asyncio documentation have a error type: enhancement versions: Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34746> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Change by Yury Selivanov <yselivanov@gmail.com>: ---------- keywords: +patch pull_requests: +8851 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34746> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Yury Selivanov <yselivanov@gmail.com> added the comment: New changeset ffef50f1f5907e5f0f175b12088d3e509011f126 by Yury Selivanov in branch 'master': bpo-34746: Fix stop -> close (GH-9437) https://github.com/python/cpython/commit/ffef50f1f5907e5f0f175b12088d3e50901... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34746> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +8852 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34746> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 4fe8dc68577f9e22aaf24db08fb6647277c42d4c by Miss Islington (bot) in branch '3.7': bpo-34746: Fix stop -> close (GH-9437) https://github.com/python/cpython/commit/4fe8dc68577f9e22aaf24db08fb6647277c... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34746> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Yury Selivanov <yselivanov@gmail.com> added the comment: Thanks for filing the bug! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34746> _______________________________________
participants (3)
-
lanzhiwang
-
miss-islington
-
Yury Selivanov