]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857)
authorRob <r4226@pm.me>
Wed, 1 Dec 2021 12:24:46 +0000 (07:24 -0500)
committerGitHub <noreply@github.com>
Wed, 1 Dec 2021 12:24:46 +0000 (14:24 +0200)
Doc/library/asyncio-eventloop.rst

index 5a3369415a745eda303c923fdde3e22d30bc9904..497128ee17f37ed1830fa5021da2cedb721e6d5a 100644 (file)
@@ -1243,9 +1243,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, \