]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 19 Oct 2020 22:30:39 +0000 (15:30 -0700)
committerGitHub <noreply@github.com>
Mon, 19 Oct 2020 22:30:39 +0000 (15:30 -0700)
commitb62ecc21b451d2b8e041f5367c7b563ac01bbdd8
treea1a1bf505d15ad5a1829565defd3de22bb0bb2a5
parente67f186898b6731b8e8f3f6b07cb0959e9aa0ab6
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)

On Windows, the default asyncio event loop is ProactorEventLoop (as of 3.8).
(cherry picked from commit 4dfb190a33a1deac60306f15d52d2fe11fb93464)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Doc/library/asyncio-subprocess.rst