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 5456e78 commit 4dfb190Copy full SHA for 4dfb190
Doc/library/asyncio-subprocess.rst
@@ -110,10 +110,8 @@ Creating Subprocesses
110
111
.. note::
112
113
- The default asyncio event loop implementation on **Windows** does not
114
- support subprocesses. Subprocesses are available for Windows if a
115
- :class:`ProactorEventLoop` is used.
116
- See :ref:`Subprocess Support on Windows <asyncio-windows-subprocess>`
+ Subprocesses are available for Windows if a :class:`ProactorEventLoop` is
+ used. See :ref:`Subprocess Support on Windows <asyncio-windows-subprocess>`
117
for details.
118
119
.. seealso::
0 commit comments