]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)
authorZackery Spytz <zspytz@gmail.com>
Mon, 19 Oct 2020 22:08:34 +0000 (16:08 -0600)
committerGitHub <noreply@github.com>
Mon, 19 Oct 2020 22:08:34 +0000 (23:08 +0100)
commit4dfb190a33a1deac60306f15d52d2fe11fb93464
tree27a27bcdbeef4635fec46590cb1f9a5fc71bb79d
parent5456e78f4593edc277ab72fb9a9db1ebae7d4c2d
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).
Doc/library/asyncio-subprocess.rst