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.

Author hzhilamp@163.com
Recipients asvetlov, docs@python, hzhilamp@163.com, yselivanov
Date 2018-09-20.04:55:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537419309.05.0.956365154283.issue34746@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3.7/library/asyncio-llapi-index.html

loop.stop() Close the event loop.
fix
loop.close() Close the event loop.
History
Date User Action Args
2018-09-20 04:55:09hzhilamp@163.comsetrecipients: + hzhilamp@163.com, asvetlov, docs@python, yselivanov
2018-09-20 04:55:09hzhilamp@163.comsetmessageid: <1537419309.05.0.956365154283.issue34746@psf.upfronthosting.co.za>
2018-09-20 04:55:08hzhilamp@163.comlinkissue34746 messages
2018-09-20 04:55:08hzhilamp@163.comcreate