From 9d30698d9e0f5c96fb42b9db781d161cccb6a595 Mon Sep 17 00:00:00 2001 From: Tim Golden Date: Fri, 11 Jan 2013 13:28:31 +0000 Subject: [PATCH] #16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is no longer implied by shell=True --- Doc/library/subprocess.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index b09c6424c85..cafd23381e9 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