Skip to content

Commit 4203a5d

Browse files
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29878)
(cherry picked from commit f27bef3) Co-authored-by: Rob <[email protected]> Co-authored-by: Rob <[email protected]>
1 parent 99a9b34 commit 4203a5d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,9 +1239,10 @@ async/await code consider using the high-level
12391239

12401240
.. note::
12411241

1242-
The default asyncio event loop on **Windows** does not support
1243-
subprocesses. See :ref:`Subprocess Support on Windows
1244-
<asyncio-windows-subprocess>` for details.
1242+
On Windows, the default event loop :class:`ProactorEventLoop` supports
1243+
subprocesses, whereas :class:`SelectorEventLoop` does not. See
1244+
:ref:`Subprocess Support on Windows <asyncio-windows-subprocess>` for
1245+
details.
12451246

12461247
.. coroutinemethod:: loop.subprocess_exec(protocol_factory, *args, \
12471248
stdin=subprocess.PIPE, stdout=subprocess.PIPE, \

0 commit comments

Comments
 (0)