Skip to content

Commit dc785db

Browse files
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)
On Windows, the default asyncio event loop is ProactorEventLoop (as of 3.8). (cherry picked from commit 4dfb190) Co-authored-by: Zackery Spytz <[email protected]>
1 parent 4c8da32 commit dc785db

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Doc/library/asyncio-subprocess.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,8 @@ Creating Subprocesses
110110

111111
.. note::
112112

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>`
113+
Subprocesses are available for Windows if a :class:`ProactorEventLoop` is
114+
used. See :ref:`Subprocess Support on Windows <asyncio-windows-subprocess>`
117115
for details.
118116

119117
.. seealso::

0 commit comments

Comments
 (0)