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 pitrou
Recipients Netto, aht, amaury.forgeotdarc, eric.araujo, pitrou, tebeka, vincent.legoll, vlegoll
Date 2011-01-03.20:06:02
SpamBayes Score 0.0012200945
Marked as misclassified No
Message-id <1294085164.31.0.800767312822.issue3548@psf.upfronthosting.co.za>
In-reply-to
Content
I think this would be more useful if you could pass an optional input string (as in communicate()) and if it returned a (stdout, stderr) tuple. Or perhaps even a (return code, stdout, stderr) tuple; alternately, non-zero return codes could raise an exception.
History
Date User Action Args
2011-01-03 20:06:04pitrousetrecipients: + pitrou, amaury.forgeotdarc, tebeka, vlegoll, eric.araujo, vincent.legoll, aht, Netto
2011-01-03 20:06:04pitrousetmessageid: <1294085164.31.0.800767312822.issue3548@psf.upfronthosting.co.za>
2011-01-03 20:06:02pitroulinkissue3548 messages
2011-01-03 20:06:02pitroucreate