[New-bugs-announce] [issue34746] Asyncio documentation have a error

lanzhiwang report at bugs.python.org
Thu Sep 20 00:55:09 EDT 2018


New submission from lanzhiwang <hzhilamp at 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 at python, hzhilamp at 163.com, yselivanov
priority: normal
severity: normal
status: open
title: Asyncio documentation have a error
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34746>
_______________________________________


More information about the New-bugs-announce mailing list