]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix asyncio.get_event_loop() documentation (GH-18051)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 20 Jan 2020 22:46:38 +0000 (00:46 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 22:46:38 +0000 (00:46 +0200)
commit2c49becc69c05934996a00b902e4a4f089b91954
treee876ce377722ee930fb83847709079288f71e0f1
parent1e420f849d0c094098543d2c27d35eaec69b2784
Fix asyncio.get_event_loop() documentation (GH-18051)

Mention that the function implicitly creates new event loop only if called from the main thread.
Doc/library/asyncio-eventloop.rst
Misc/NEWS.d/next/Documentation/2020-01-18-15-37-56.bpo-39381.wTWe8d.rst [new file with mode: 0644]