This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jorend
Recipients
Date 2007-04-26.14:27:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Ken, thanks for the patch!  To be considered for Python 2.6, this patch would have to update documentation (Doc/lib) and tests (Lib/test) as well.

But more importantly:  This entire module is likely to be deprecated in Python 2.6, in favor of the subprocess module (which will gain new functions, subprocess.get_output() and subprocess.get_status_output().)  There was a long discussion about it on python-dev:

(start of a long thread)
http://mail.python.org/pipermail/python-dev/2007-March/071929.html

(even more)
http://mail.python.org/pipermail/python-dev/2007-March/072046.html

If that happens, there's no particular reason to do this, right?
History
Date User Action Args
2007-08-23 15:58:15adminlinkissue1707753 messages
2007-08-23 15:58:15admincreate