Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d30698

Browse files
committed
#16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is
no longer implied by shell=True
1 parent e814501 commit 9d30698

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Doc/library/subprocess.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,6 @@ The :mod:`subprocess` module exposes the following constants.
826826
The new process has a new console, instead of inheriting its parent's
827827
console (the default).
828828

829-
This flag is always set when :class:`Popen` is created with ``shell=True``.
830-
831829
.. data:: CREATE_NEW_PROCESS_GROUP
832830

833831
A :class:`Popen` ``creationflags`` parameter to specify that a new process

0 commit comments

Comments
 (0)