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

Skip to content

Commit 024c5ee

Browse files
committed
Document the subprocess Popen.args attribute (issue21353)
1 parent 98816bd commit 024c5ee

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
@@ -702,6 +702,12 @@ The following attributes are also available:
702702
deadlocks due to any of the other OS pipe buffers filling up and blocking the
703703
child process.
704704

705+
.. attribute:: Popen.args
706+
707+
The *args* argument as it was passed to :class:`Popen` -- a
708+
sequence of program arguments or else a single string.
709+
710+
.. versionadded:: 3.3
705711

706712
.. attribute:: Popen.stdin
707713

0 commit comments

Comments
 (0)