[issue20451] os.exec* mangles argv on windows (splits on spaces, etc)

Steve Dower report at bugs.python.org
Mon Jul 14 17:30:09 CEST 2014


Steve Dower added the comment:

Automatically quoting arguments is more complicated than simply concatenating quotes, unfortunately, and people are guaranteed to have come up with ways to make it work already.

My vote is for leaving this alone and letting the higher level functions be more clever. Changing this function is certain to break existing code in unpredictable ways.

----------

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


More information about the Python-bugs-list mailing list