[New-bugs-announce] [issue3548] subprocess.pipe function

Miki Tebeka report at bugs.python.org
Tue Aug 12 19:23:59 CEST 2008


New submission from Miki Tebeka <miki.tebeka at gmail.com>:

Attached is a patch that add "pipe" command to the "subprocess" module.

pipe(["ls"], ["grep", "test_"]) will return the output of 
"ls | grep test_".

----------
components: Library (Lib)
files: pipe.patch
keywords: patch
messages: 71062
nosy: tebeka
severity: normal
status: open
title: subprocess.pipe function
type: feature request
versions: Python 2.6, Python 3.0
Added file: http://bugs.python.org/file11104/pipe.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3548>
_______________________________________


More information about the New-bugs-announce mailing list