[New-bugs-announce] [issue11003] os.system should be deprecated in favour of subprocess module

Jakob Bowyer report at bugs.python.org
Tue Jan 25 11:41:56 CET 2011


New submission from Jakob Bowyer <jkbbwr at gmail.com>:

os.system is broken in several fundamental ways. We already have the subprocess module for accessing other processes, lets send os.system the same way as os.Popen.

----------
components: Library (Lib)
messages: 126995
nosy: Jakob.Bowyer
priority: normal
severity: normal
status: open
title: os.system should be deprecated in favour of subprocess module
type: feature request
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list