summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-12-01 15:40:50 (GMT)
committerGitHub <noreply@github.com>2021-12-01 15:40:50 (GMT)
commit4203a5d1918ca874e305806b787e3c8c6fc35e3e (patch)
tree8b88112828e69ba34d37855474af47dce0b4f9f4 /Doc
parent99a9b343316172f049a52b39a406f0c0c42c106f (diff)
downloadcpython-4203a5d1918ca874e305806b787e3c8c6fc35e3e.zip
cpython-4203a5d1918ca874e305806b787e3c8c6fc35e3e.tar.gz
cpython-4203a5d1918ca874e305806b787e3c8c6fc35e3e.tar.bz2
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29878)
(cherry picked from commit f27bef30438d2f07f19de91e021f34b77ccc4b20) Co-authored-by: Rob <r4226@pm.me> Co-authored-by: Rob <r4226@pm.me>
Diffstat (limited to 'Doc')
-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 d70aeae..73799d0 100644
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -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, \