On 1/3/07, BJörn Lindqvist <[EMAIL PROTECTED]> wrote:
Have the deprecations proposed by PEP 324 (http://www.python.org/dev/peps/pep-0324/), the subprocess module, been forgotten or am I blind?
I forgot. "The functions and modules that this new module is trying to
replace (os.system, os.spawn*, os.popen*, popen2.*, commands.*) are expected to be available in future Python versions for a long time, to preserve backwards compatibility." With all the different ways to start a subprocess in Python, dropping commands and popen2 should be pretty easy, right?
Yep. I will add the proper modules to be removed. -Brett
_______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
