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 tebeka
Recipients tebeka
Date 2008-08-12.17:23:55
SpamBayes Score 0.025683561
Marked as misclassified No
Message-id <1218561839.36.0.810217326739.issue3548@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that add "pipe" command to the "subprocess" module.

pipe(["ls"], ["grep", "test_"]) will return the output of 
"ls | grep test_".
History
Date User Action Args
2008-08-12 17:23:59tebekasetrecipients: + tebeka
2008-08-12 17:23:59tebekasetmessageid: <1218561839.36.0.810217326739.issue3548@psf.upfronthosting.co.za>
2008-08-12 17:23:58tebekalinkissue3548 messages
2008-08-12 17:23:57tebekacreate