New submission from Pedro Larroy <pedro.lar...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14670>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to