[issue14670] subprocess.call with pipe character in argument

R. David Murray report at bugs.python.org
Thu Apr 26 01:34:30 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

Ah, I thought I remembered seeing something about '|' in windows before, and I was right.  It is only special to cmd.exe, which means it is only special when shell=True.  See issue 1300 for a discussion.

----------
status: open -> closed

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


More information about the Python-bugs-list mailing list