[Python-3000] PEP 3108: Standard Library Reorganization

Brett Cannon brett at python.org
Wed Jan 3 20:42:15 CET 2007


On 1/3/07, BJörn Lindqvist <bjourne at gmail.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-3000/attachments/20070103/1eea3f2e/attachment.htm 


More information about the Python-3000 mailing list