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

This commit is contained in:
Georg Brandl 2010-03-21 09:28:16 +00:00
parent 0fcd882101
commit 0b56ce0bc4
1 changed files with 3 additions and 0 deletions

View File

@ -376,6 +376,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