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

Christian Heimes report at bugs.python.org
Thu Nov 29 23:32:51 CET 2007


Christian Heimes added the comment:

I don't think that we can do anything about your problem. The user of
os.system() is responsible to do the quoting himself. os.system() is
just a tiny wrapper around the low level C function. We don't plan to
chance the fact that os.system() doesn't handling quoting.

However the subprocess module is clever enough to do the quoting for you.

----------
nosy: +tiran

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


More information about the Python-bugs-list mailing list