We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3975142 commit e99c5e0Copy full SHA for e99c5e0
Doc/library/asyncio-eventloop.rst
@@ -1247,9 +1247,10 @@ async/await code consider using the high-level
1247
1248
.. note::
1249
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.
+ 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
1253
+ details.
1254
1255
.. coroutinemethod:: loop.subprocess_exec(protocol_factory, *args, \
1256
stdin=subprocess.PIPE, stdout=subprocess.PIPE, \
0 commit comments