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

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

index d70aeae766ae3098ed2d80b2950ecb1eabc72831..73799d005c157898c5781bd92d38829eea529342 100644 (file)
@@ -1239,9 +1239,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, \