[issue34746] Asyncio documentation have a error

2018-09-19 Thread Yury Selivanov
Yury Selivanov added the comment: Thanks for filing the bug! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34746] Asyncio documentation have a error

2018-09-19 Thread miss-islington
miss-islington 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/4fe8dc68577f9e22aaf24db08fb6647277c42d4c -- nosy: +miss-islington

[issue34746] Asyncio documentation have a error

2018-09-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +8852 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34746] Asyncio documentation have a error

2018-09-19 Thread Yury Selivanov
Yury Selivanov 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/ffef50f1f5907e5f0f175b12088d3e509011f126 --

[issue34746] Asyncio documentation have a error

2018-09-19 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +8851 stage: -> patch review ___ Python tracker ___ ___

[issue34746] Asyncio documentation have a error

2018-09-19 Thread lanzhiwang
New submission from lanzhiwang : 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, hzhil...@163.com, yselivanov priority: normal