mirror of https://github.com/python/cpython
#16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is
no longer implied by shell=True
This commit is contained in:
parent
e814501c21
commit
9d30698d9e
|
@ -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
|
The new process has a new console, instead of inheriting its parent's
|
||||||
console (the default).
|
console (the default).
|
||||||
|
|
||||||
This flag is always set when :class:`Popen` is created with ``shell=True``.
|
|
||||||
|
|
||||||
.. data:: CREATE_NEW_PROCESS_GROUP
|
.. data:: CREATE_NEW_PROCESS_GROUP
|
||||||
|
|
||||||
A :class:`Popen` ``creationflags`` parameter to specify that a new process
|
A :class:`Popen` ``creationflags`` parameter to specify that a new process
|
||||||
|
|
Loading…
Reference in New Issue