R. David Murray added the comment:

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.

----------
nosy: +r.david.murray
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24943>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to