mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Merged revisions 79178 via svnmerge from
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. ........
This commit is contained in:
parent
8f80a5ba50
commit
58bfdcacee
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue