Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8ea56d

Browse files
committed
Document the subprocess Popen.args attribute (issue21353)
2 parents 8fb74a3 + 024c5ee commit d8ea56d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/library/subprocess.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,12 @@ The following attributes are also available:
723723
deadlocks due to any of the other OS pipe buffers filling up and blocking the
724724
child process.
725725

726+
.. attribute:: Popen.args
727+
728+
The *args* argument as it was passed to :class:`Popen` -- a
729+
sequence of program arguments or else a single string.
730+
731+
.. versionadded:: 3.3
726732

727733
.. attribute:: Popen.stdin
728734

0 commit comments

Comments
 (0)