[issue1524] os.system() fails for commands with multiple quoted file names

Georg Brandl report at bugs.python.org
Fri Nov 30 00:06:26 CET 2007


Georg Brandl added the comment:

Are you sure that the exact command line works in a Windows shell?

Python does no processing on the string, it just hands it to the
platform system() function, so if MS decided that to work different from
a command prompt there's nothing we can do about.

----------
nosy: +georg.brandl

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


More information about the Python-bugs-list mailing list