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

Skip Montanaro report at bugs.python.org
Thu Jan 27 01:09:20 CET 2011


Skip Montanaro <skip at pobox.com> added the comment:

Eric> Note that os.popen is implemented with subprocess.

That seems somewhat wrong to me.  There is a stdio popen function which
os.popen used to expose.  I thought that was the goal (thin wrapper around
many library functions, then build higher level stuff on that).

Skip

----------

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


More information about the Python-bugs-list mailing list