Skip to content

Commit f27bef3

Browse files
authored
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857)
1 parent 49444fb commit f27bef3

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
@@ -1243,9 +1243,10 @@ async/await code consider using the high-level
12431243

12441244
.. note::
12451245

1246-
The default asyncio event loop on **Windows** does not support
1247-
subprocesses. See :ref:`Subprocess Support on Windows
1248-
<asyncio-windows-subprocess>` for details.
1246+
On Windows, the default event loop :class:`ProactorEventLoop` supports
1247+
subprocesses, whereas :class:`SelectorEventLoop` does not. See
1248+
:ref:`Subprocess Support on Windows <asyncio-windows-subprocess>` for
1249+
details.
12491250

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

0 commit comments

Comments
 (0)