Commit 024c5eec authored by Gregory P. Smith's avatar Gregory P. Smith

Document the subprocess Popen.args attribute (issue21353)

parent 98816bd2
...@@ -702,6 +702,12 @@ The following attributes are also available: ...@@ -702,6 +702,12 @@ The following attributes are also available:
deadlocks due to any of the other OS pipe buffers filling up and blocking the deadlocks due to any of the other OS pipe buffers filling up and blocking the
child process. 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 .. attribute:: Popen.stdin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment