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 brian.curtin
Recipients brian.curtin, georg.brandl, r.david.murray, techtonik
Date 2010-02-16.15:36:58
SpamBayes Score 0.00057232927
Marked as misclassified No
Message-id <1266334620.43.0.711459790805.issue7939@psf.upfronthosting.co.za>
In-reply-to
Content
"The arguments are the same as for the Popen constructor"

subprocess.call uses subprocess.Popen, so you should refer to Popen and it's examples for specifics.
History
Date User Action Args
2010-02-16 15:37:00brian.curtinsetrecipients: + brian.curtin, georg.brandl, techtonik, r.david.murray
2010-02-16 15:37:00brian.curtinsetmessageid: <1266334620.43.0.711459790805.issue7939@psf.upfronthosting.co.za>
2010-02-16 15:36:59brian.curtinlinkissue7939 messages
2010-02-16 15:36:58brian.curtincreate