comparing with http://hg.python.org/cpython searching for changes changeset: 81400:c2da66635551 tag: tip user: Tim Golden date: Fri Jan 11 09:44:19 2013 +0000 summary: Closes issue16921: Now that we no longer support Win9x, 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