summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-subprocess.rst
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2019-09-12 12:40:40 (GMT)
committerGitHub <noreply@github.com>2019-09-12 12:40:40 (GMT)
commita488879cbaf4b8b52699cadccf73bb4c271bcb29 (patch)
treede6a1f6a029e3572ea749e6fe81bc461bf0c1732 /Doc/library/asyncio-subprocess.rst
parent3ab61473ba7f3dca32d779ec2766a4faa0657923 (diff)
downloadcpython-a488879cbaf4b8b52699cadccf73bb4c271bcb29.zip
cpython-a488879cbaf4b8b52699cadccf73bb4c271bcb29.tar.gz
cpython-a488879cbaf4b8b52699cadccf73bb4c271bcb29.tar.bz2
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
Diffstat (limited to 'Doc/library/asyncio-subprocess.rst')
-rw-r--r--Doc/library/asyncio-subprocess.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/library/asyncio-subprocess.rst b/Doc/library/asyncio-subprocess.rst
index 444fb63..bd92257 100644
--- a/Doc/library/asyncio-subprocess.rst
+++ b/Doc/library/asyncio-subprocess.rst
@@ -71,6 +71,10 @@ Creating Subprocesses
See the documentation of :meth:`loop.subprocess_exec` for other
parameters.
+ .. deprecated-removed:: 3.8 3.10
+
+ The *loop* parameter.
+
.. coroutinefunction:: create_subprocess_shell(cmd, stdin=None, \
stdout=None, stderr=None, loop=None, \
limit=None, \*\*kwds)
@@ -95,6 +99,10 @@ Creating Subprocesses
escape whitespace and special shell characters in strings that are going
to be used to construct shell commands.
+ .. deprecated-removed:: 3.8 3.10
+
+ The *loop* parameter.
+
.. note::
The default asyncio event loop implementation on **Windows** does not