diff options
author | Tim Golden <mail@timgolden.me.uk> | 2013-01-11 13:28:31 (GMT) |
---|---|---|
committer | Tim Golden <mail@timgolden.me.uk> | 2013-01-11 13:28:31 (GMT) |
commit | 9d30698d9e0f5c96fb42b9db781d161cccb6a595 (patch) | |
tree | 7adc65fa498ac931b8d10a4c9725e36b9394f37e /Doc/library/subprocess.rst | |
parent | e814501c215d4fa62c455a5573ed2b09356ad663 (diff) | |
download | cpython-9d30698d9e0f5c96fb42b9db781d161cccb6a595.zip cpython-9d30698d9e0f5c96fb42b9db781d161cccb6a595.tar.gz cpython-9d30698d9e0f5c96fb42b9db781d161cccb6a595.tar.bz2 |
#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.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index b09c642..cafd233 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 |