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

Raymond Hettinger report at bugs.python.org
Tue Jan 25 19:52:19 CET 2011


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

I'm inclined to reject this out-of-hand.  The os.system() call is a basic call that had been around for very long time, has been widely used successfully, and has parallels in other languages.

Please elaborate on "is broken i several fundamental ways."

----------
assignee:  -> rhettinger
nosy: +rhettinger
versions:  -Python 2.6, Python 2.7, Python 3.1, Python 3.2

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


More information about the Python-bugs-list mailing list