On Mon, 26 Jul 2010 04:42:06 pm Chris Rebert wrote:
> Hello,
>
> I'd like to propose formally marking os.system() as deprecated in the
> docs for next release of Python (v3.2 ?).

-0.5 on that. I often use os.system() for quick and dirty scripts that 
just call an external process without caring what the output is.

But perhaps os.system() should become an alias for subprocess.system() 
in 3.2, then deprecated in 3.3 and removed (from os only) in 3.4?



-- 
Steven D'Aprano
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to