We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a9b34 commit 4203a5dCopy full SHA for 4203a5d
Doc/library/asyncio-eventloop.rst
@@ -1239,9 +1239,10 @@ async/await code consider using the high-level
1239
1240
.. note::
1241
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.
+ 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
1245
+ details.
1246
1247
.. coroutinemethod:: loop.subprocess_exec(protocol_factory, *args, \
1248
stdin=subprocess.PIPE, stdout=subprocess.PIPE, \
0 commit comments