This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akira
Recipients akira, docs@python
Date 2014-04-26.03:02:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398481373.88.0.978177813548.issue21353@psf.upfronthosting.co.za>
In-reply-to
Content
It is convenient to have Popen.args available. Especially when dealing 
with multiple processes e.g., to log failures mentioning the command
that was used to spawn the child process.

subprocess module itself uses it while raising CalledProcessError or TimeoutExpired exceptions.

The documentation patch is attached.
History
Date User Action Args
2014-04-26 03:02:54akirasetrecipients: + akira, docs@python
2014-04-26 03:02:53akirasetmessageid: <1398481373.88.0.978177813548.issue21353@psf.upfronthosting.co.za>
2014-04-26 03:02:53akiralinkissue21353 messages
2014-04-26 03:02:52akiracreate