New submission from Jakob Bowyer <jkb...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11003>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to