#16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is

no longer implied by shell=True
This commit is contained in:
Tim Golden 2013-01-11 13:28:31 +00:00
parent e814501c21
commit 9d30698d9e
1 changed files with 0 additions and 2 deletions

View File

@ -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