]> 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:19:00 +0000 (15:19 -0700)
committerGitHub <noreply@github.com>
Mon, 19 Oct 2020 22:19:00 +0000 (15:19 -0700)
commitdc785db64d55c3d7a69b10c303e6386e87cfd01b
tree2725d4586aa90b9fc2b6ab755c1e7bbf46a381af
parent4c8da3230a494dac3d7fd3b4396a60038b2be6de
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