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 r.david.murray
Recipients Sworddragon, r.david.murray
Date 2015-08-27.13:52:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440683574.87.0.0806299039936.issue24943@psf.upfronthosting.co.za>
In-reply-to
Content
The functions in the os module are (for the most part) thin wrappers around OS apis (mostly posix).  The 8 function reflect the posix functions.  If you want a convenience interface, use the subprocess module.
History
Date User Action Args
2015-08-27 13:52:54r.david.murraysetrecipients: + r.david.murray, Sworddragon
2015-08-27 13:52:54r.david.murraysetmessageid: <1440683574.87.0.0806299039936.issue24943@psf.upfronthosting.co.za>
2015-08-27 13:52:54r.david.murraylinkissue24943 messages
2015-08-27 13:52:54r.david.murraycreate