Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58bfdca

Browse files
committed
Merged revisions 79178 via svnmerge from
svn+ssh://[email protected]/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. ........
1 parent 8f80a5b commit 58bfdca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/library/subprocess.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,9 @@ The following attributes are also available:
423423

424424
The process ID of the child process.
425425

426+
Note that if you set the *shell* argument to ``True``, this is the process ID
427+
of the spawned shell.
428+
426429

427430
.. attribute:: Popen.returncode
428431

0 commit comments

Comments
 (0)