summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob <r4226@pm.me>2021-12-01 12:24:46 (GMT)
committerGitHub <noreply@github.com>2021-12-01 12:24:46 (GMT)
commitf27bef30438d2f07f19de91e021f34b77ccc4b20 (patch)
treec15ffe5bfd263b6c72b413bab52555ebfa38965c
parent49444fb807ecb396462c8e5f547eeb5c6bc5d4de (diff)
downloadcpython-f27bef30438d2f07f19de91e021f34b77ccc4b20.zip
cpython-f27bef30438d2f07f19de91e021f34b77ccc4b20.tar.gz
cpython-f27bef30438d2f07f19de91e021f34b77ccc4b20.tar.bz2
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857)
-rw-r--r--Doc/library/asyncio-eventloop.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
index 5a33694..497128e 100644
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -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, \