mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Document the subprocess Popen.args attribute (issue21353)
This commit is contained in:
commit
30a6df5b64
1 changed files with 6 additions and 0 deletions
|
@ -724,6 +724,12 @@ The following attributes are also available:
|
|||
deadlocks due to any of the other OS pipe buffers filling up and blocking the
|
||||
child process.
|
||||
|
||||
.. attribute:: Popen.args
|
||||
|
||||
The *args* argument as it was passed to :class:`Popen` -- a
|
||||
sequence of program arguments or else a single string.
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
.. attribute:: Popen.stdin
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue