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 Jakob.Bowyer
Recipients Jakob.Bowyer
Date 2011-01-25.10:41:56
SpamBayes Score 0.007815337
Marked as misclassified No
Message-id <1295952116.86.0.340970955055.issue11003@psf.upfronthosting.co.za>
In-reply-to
Content
os.system is broken in several fundamental ways. We already have the subprocess module for accessing other processes, lets send os.system the same way as os.Popen.
History
Date User Action Args
2011-01-25 10:41:56Jakob.Bowyersetrecipients: + Jakob.Bowyer
2011-01-25 10:41:56Jakob.Bowyersetmessageid: <1295952116.86.0.340970955055.issue11003@psf.upfronthosting.co.za>
2011-01-25 10:41:56Jakob.Bowyerlinkissue11003 messages
2011-01-25 10:41:56Jakob.Bowyercreate