]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29877)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Dec 2021 15:44:09 +0000 (07:44 -0800)
committerGitHub <noreply@github.com>
Wed, 1 Dec 2021 15:44:09 +0000 (17:44 +0200)
(cherry picked from commit f27bef30438d2f07f19de91e021f34b77ccc4b20)

Co-authored-by: Rob <r4226@pm.me>
Doc/library/asyncio-eventloop.rst

index 44798dc3e23cb9b0eb24e356e838d76f5fa73191..252fb426e5b390f400243e8cb997fa5c49b72242 100644 (file)
@@ -1247,9 +1247,10 @@ async/await code consider using the high-level
 
 .. note::
 
-   The default asyncio event loop on **Windows** does not support
-   subprocesses. See :ref:`Subprocess Support on Windows
-   <asyncio-windows-subprocess>` for details.
+   On Windows, the default event loop :class:`ProactorEventLoop` supports
+   subprocesses, whereas :class:`SelectorEventLoop` does not. See
+   :ref:`Subprocess Support on Windows <asyncio-windows-subprocess>` for
+   details.
 
 .. coroutinemethod:: loop.subprocess_exec(protocol_factory, *args, \
                       stdin=subprocess.PIPE, stdout=subprocess.PIPE, \