Matheus Vieira Portela added the comment: Let me check whether I understood you suggestion...
What you are saying is that it is already possible to pipeline shell commands through subprocess, such as in the following line? subprocess.call('ls -l | grep Music', shell=True) However, this requires the command to be executed in a shell environment. Hence, it would be a good idea to extend it to non-shell command execution. Is this right? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue3548> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com