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 skip.montanaro
Recipients Jakob.Bowyer, skip.montanaro
Date 2011-01-25.18:27:16
SpamBayes Score 3.483155e-05
Marked as misclassified No
Message-id <1295980037.16.0.580517413307.issue11003@psf.upfronthosting.co.za>
In-reply-to
Content
I disagree.  Both os.popen and os.system work fine in the proper context
and are easier to use (and remember how to use) than the subprocess
module.  You don't give any examples of breakage, or whether said
breakage is platform-dependent.
History
Date User Action Args
2011-01-25 18:27:17skip.montanarosetrecipients: + skip.montanaro, Jakob.Bowyer
2011-01-25 18:27:17skip.montanarosetmessageid: <1295980037.16.0.580517413307.issue11003@psf.upfronthosting.co.za>
2011-01-25 18:27:16skip.montanarolinkissue11003 messages
2011-01-25 18:27:16skip.montanarocreate