[issue11003] os.system should be deprecated in favour of subprocess module

Éric Araujo report at bugs.python.org
Wed Jan 26 23:46:57 CET 2011


Éric Araujo <merwok at netwok.org> added the comment:

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.

----------
nosy: +eric.araujo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11003>
_______________________________________


More information about the Python-bugs-list mailing list