summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-28 12:28:55 (GMT)
committerGeorg Brandl <georg@python.org>2013-03-28 12:28:55 (GMT)
commit1bab7134a8d2e431ccca11a45ba4acb4203db495 (patch)
tree0d65ff15a549ddf8d5a815c7c66b7e1f1f58263d /Doc/library/subprocess.rst
parent8cb15bf6ff32b6d9faee29efaae43334fe019360 (diff)
parent44ea77bd817c0b50e01344b7e8758995aaeebb63 (diff)
downloadcpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.zip
cpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.tar.gz
cpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.tar.bz2
Merge with 3.3.
Diffstat (limited to 'Doc/library/subprocess.rst')
-rw-r--r--Doc/library/subprocess.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
index 05dfa67..792a58f 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -169,6 +169,8 @@ use cases, the underlying :class:`Popen` interface can be used directly.
.. versionadded:: 3.1
+ ..
+
.. warning::
Invoking the system shell with ``shell=True`` can be a security hazard