[issue8972] subprocess.list2cmdline doesn't quote the & character

R. David Murray report at bugs.python.org
Sat Jun 19 05:09:47 CEST 2010


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

The reason that Popen doesn't do "the obvious thing" with a list and shell=True is that it is far from obvious what the correct thing is to do, especially for windows.

Thanks for the revert, exarkun.

----------

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


More information about the Python-bugs-list mailing list