[Python-checkins] cpython: #16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is

tim.golden python-checkins at python.org
Fri Jan 11 14:31:30 CET 2013


http://hg.python.org/cpython/rev/1aac333f320a
changeset:   81418:1aac333f320a
user:        Tim Golden <mail at timgolden.me.uk>
date:        Fri Jan 11 13:28:31 2013 +0000
summary:
  #16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is
no longer implied by shell=True

files:
  Doc/library/subprocess.rst |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -826,8 +826,6 @@
    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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list