[issue14670] subprocess.call with pipe character in argument

Pedro Larroy report at bugs.python.org
Wed Apr 25 19:21:56 CEST 2012


New submission from Pedro Larroy <pedro.larroy at gmail.com>:

When running a command with pipe character as argument the result is not the same as in commandline

For example:

>>> subprocess.call([r"C:\Program Files (x86)\Microsoft Visual Studio 10.0\Commo
n7\IDE\devenv","/build",r"Debug|x64","gpc10.sln"], shell=False)

Chockes on Debug|x64 and just exits with 1.

Running python 2.7.1  r271:86832

----------
components: Windows
messages: 159322
nosy: Pedro.Larroy
priority: normal
severity: normal
status: open
title: subprocess.call with  pipe character in argument
type: behavior
versions: Python 2.7

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


More information about the Python-bugs-list mailing list