]> granicus.if.org Git - python/commitdiff
#16921 Since Win9x is no longer supported, CREATE_NEW_CONSOLE is
authorTim Golden <mail@timgolden.me.uk>
Fri, 11 Jan 2013 13:28:31 +0000 (13:28 +0000)
committerTim Golden <mail@timgolden.me.uk>
Fri, 11 Jan 2013 13:28:31 +0000 (13:28 +0000)
no longer implied by shell=True

Doc/library/subprocess.rst

index b09c6424c853fbd5177f7c0a351ef3bad14f6290..cafd23381e9a6e47e0e511cd853580aea00133b0 100644 (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