summaryrefslogtreecommitdiff
path: root/Doc/library/subprocess.rst
diff options
context:
space:
mode:
authorTim Golden <mail@timgolden.me.uk>2013-01-11 13:28:31 +0000
committerTim Golden <mail@timgolden.me.uk>2013-01-11 13:28:31 +0000
commit14f6a0140a49ba81b22ee6ffc82965c952979b53 (patch)
treed78f7d3650469c27281af455af5df84841bd61e6 /Doc/library/subprocess.rst
parent0494495fd1d1ee99733e10e6573d3a76e52aa92b (diff)
downloadcpython-14f6a0140a49ba81b22ee6ffc82965c952979b53.tar.gz
#16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is
no longer implied by shell=True
Diffstat (limited to 'Doc/library/subprocess.rst')
-rw-r--r--Doc/library/subprocess.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
index b09c6424c8..cafd23381e 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -826,8 +826,6 @@ The :mod:`subprocess` module exposes the following constants.
The new process has a new console, instead of inheriting its parent's
console (the default).
- This flag is always set when :class:`Popen` is created with ``shell=True``.
-
.. data:: CREATE_NEW_PROCESS_GROUP
A :class:`Popen` ``creationflags`` parameter to specify that a new process