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 eric.araujo
Recipients Jakob.Bowyer, eric.araujo, rhettinger, skip.montanaro
Date 2011-01-26.22:46:56
SpamBayes Score 0.060890097
Marked as misclassified No
Message-id <1296082017.57.0.404438651162.issue11003@psf.upfronthosting.co.za>
In-reply-to
Content
Note that os.popen is implemented with subprocess.  For os.system, what Raymond said: It complies with the Python habit of exposing calls as is, and its documentation already advertises subprocess.
History
Date User Action Args
2011-01-26 22:46:57eric.araujosetrecipients: + eric.araujo, skip.montanaro, rhettinger, Jakob.Bowyer
2011-01-26 22:46:57eric.araujosetmessageid: <1296082017.57.0.404438651162.issue11003@psf.upfronthosting.co.za>
2011-01-26 22:46:57eric.araujolinkissue11003 messages
2011-01-26 22:46:57eric.araujocreate