[issue2304] subprocess under windows fails to quote properly when shell=True

Tim Golden report at bugs.python.org
Mon Mar 17 09:08:42 CET 2008


Tim Golden <mail at timgolden.me.uk> added the comment:

Gabriel Genellina wrote:
> Gabriel Genellina <gagsl-py2 at yahoo.com.ar> added the comment:
> 
> You aren't testing the modified code, the Popen call should say 
> shell=True.
> 
> I think that a more PEP8-compliant style would be nice (removing the 
> spaces after open and read, and using consistent indentation)

D'oh. Thanks, Gabriel. I'll rework the test and tidy
up the patch.

----------
title: subprocess under windows fails to quote properly when shell=True -> subprocess under windows fails to quote properly when	shell=True

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2304>
__________________________________


More information about the Python-bugs-list mailing list