This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Quigon, christian.heimes
Date 2007-11-29.22:32:51
SpamBayes Score 0.033790894
Marked as misclassified No
Message-id <1196375571.43.0.483803267142.issue1524@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2007-11-29 22:32:51christian.heimessetspambayes_score: 0.0337909 -> 0.033790894
recipients: + christian.heimes, Quigon
2007-11-29 22:32:51christian.heimessetspambayes_score: 0.0337909 -> 0.0337909
messageid: <1196375571.43.0.483803267142.issue1524@psf.upfronthosting.co.za>
2007-11-29 22:32:51christian.heimeslinkissue1524 messages
2007-11-29 22:32:51christian.heimescreate