[issue24943] Simplifying os.exec*

R. David Murray report at bugs.python.org
Thu Aug 27 15:52:54 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24943>
_______________________________________


More information about the Python-bugs-list mailing list