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 r.david.murray
Recipients Netto, aht, amaury.forgeotdarc, eric.araujo, matheus.v.portela, pitrou, r.david.murray, vincent.legoll, vlegoll
Date 2015-08-27.16:58:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440694717.33.0.967528921675.issue3548@psf.upfronthosting.co.za>
In-reply-to
Content
Exactly like the string pipes API, but cmd would be a list of arguments instead of a string.  That would then become the argument list to the subprocess stage.

It is an interesting question whether we'd want to allow mixing stage types.  I'd say no (at least initially, if people complain we can add it as a feature later, but we can't subtract it if we implement it now and decide it is a bad idea after putting it in the field).

Now, keep in mind that you've only got my opinion so far that this is even a good idea :)
History
Date User Action Args
2015-08-27 16:58:37r.david.murraysetrecipients: + r.david.murray, amaury.forgeotdarc, pitrou, vlegoll, eric.araujo, vincent.legoll, aht, Netto, matheus.v.portela
2015-08-27 16:58:37r.david.murraysetmessageid: <1440694717.33.0.967528921675.issue3548@psf.upfronthosting.co.za>
2015-08-27 16:58:37r.david.murraylinkissue3548 messages
2015-08-27 16:58:37r.david.murraycreate