File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
6969 however, where :class: `~subprocess.Popen ` takes a single argument which is
7070 list of strings, :func: `subprocess_exec ` takes multiple string arguments.
7171
72+ The *protocol_factory * must instanciate a subclass of the
73+ :class: `asyncio.SubprocessProtocol ` class.
74+
7275 Other parameters:
7376
7477 * *stdin *: Either a file-like object representing the pipe to be connected
@@ -109,6 +112,9 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
109112 using the platform's "shell" syntax. This is similar to the standard library
110113 :class: `subprocess.Popen ` class called with ``shell=True ``.
111114
115+ The *protocol_factory * must instanciate a subclass of the
116+ :class: `asyncio.SubprocessProtocol ` class.
117+
112118 See :meth: `~BaseEventLoop.subprocess_exec ` for more details about
113119 the remaining arguments.
114120
You can’t perform that action at this time.
0 commit comments