Skip to content

Commit e99c5e0

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/library/asyncio-eventloop.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -1247,9 +1247,10 @@ async/await code consider using the high-level
12471247

12481248
.. note::
12491249

1250-
The default asyncio event loop on **Windows** does not support
1251-
subprocesses. See :ref:`Subprocess Support on Windows
1252-
<asyncio-windows-subprocess>` for details.
1250+
On Windows, the default event loop :class:`ProactorEventLoop` supports
1251+
subprocesses, whereas :class:`SelectorEventLoop` does not. See
1252+
:ref:`Subprocess Support on Windows <asyncio-windows-subprocess>` for
1253+
details.
12531254

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

0 commit comments

Comments
 (0)