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 matheus.v.portela
Recipients Netto, aht, amaury.forgeotdarc, eric.araujo, matheus.v.portela, pitrou, r.david.murray, vincent.legoll, vlegoll
Date 2015-08-27.16:52:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440694336.37.0.688273190147.issue3548@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I see... The pipes module uses os.system and os.popen to execute commands under a "/bin/sh" environment. So you are proposing to re-implement it with subprocess in order to execute commands without shell and, also, extend by accepting argv-style parameters. Is this right this time?

How would an argv-style pipe look like?
History
Date User Action Args
2015-08-27 16:52:16matheus.v.portelasetrecipients: + matheus.v.portela, amaury.forgeotdarc, pitrou, vlegoll, eric.araujo, vincent.legoll, r.david.murray, aht, Netto
2015-08-27 16:52:16matheus.v.portelasetmessageid: <1440694336.37.0.688273190147.issue3548@psf.upfronthosting.co.za>
2015-08-27 16:52:16matheus.v.portelalinkissue3548 messages
2015-08-27 16:52:16matheus.v.portelacreate