[issue5484] subprocess.call() fails for .bat files on Windows, if executable path contains parenthesis

Tim Golden report at bugs.python.org
Thu Aug 12 17:40:57 CEST 2010


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

OK; issue2304 is now fixed and closed. But it doesn't seem to make any difference to this behaviour. I've just retested and I see on py3k the behaviour the OP saw. CreateProcess does the same thing and I couldn't even get it to work with multiply-nested quotes. So I would maintain it's not a Python issue as such.

I'm closing as won't fix and leave it to the OP to reopen if he feels there's something which could be done.

----------
assignee:  -> tim.golden
resolution:  -> wont fix
stage: unit test needed -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list