]> granicus.if.org Git - python/commitdiff
Merged revisions 79178 via svnmerge from
authorGeorg Brandl <georg@python.org>
Sun, 21 Mar 2010 09:50:49 +0000 (09:50 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 21 Mar 2010 09:50:49 +0000 (09:50 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79178 | georg.brandl | 2010-03-21 10:28:16 +0100 (So, 21 Mär 2010) | 1 line

  Clarify that for shell=True, the shell PID will be the child PID.
........

Doc/library/subprocess.rst

index aeff9f038381501ad9038ccdce0d6ca62fb63542..3838cc63cc5af12764b161d4ffce4029686d9468 100644 (file)
@@ -423,6 +423,9 @@ The following attributes are also available:
 
    The process ID of the child process.
 
+   Note that if you set the *shell* argument to ``True``, this is the process ID
+   of the spawned shell.
+
 
 .. attribute:: Popen.returncode