Skip to content

Commit

Permalink
Document the subprocess Popen.args attribute (issue21353)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpshead committed Apr 29, 2014
1 parent 98816bd commit 024c5ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Doc/library/subprocess.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

Expand Down

0 comments on commit 024c5ee

Please sign in to comment.