aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-26 19:04:21 +0000
committerBrett Cannon <bcannon@gmail.com>2008-05-26 19:04:21 +0000
commita23810f86a53e394936b38ed9c6104fe2cc592cf (patch)
treef39d39741d348f914c151484fce95af2b33b295f /Lib/test/regrtest.py
parent35af8d4218138e74f37a083b7e3c8abd4c0f1c11 (diff)
downloadcpython-a23810f86a53e394936b38ed9c6104fe2cc592cf.tar.gz
cpython-a23810f86a53e394936b38ed9c6104fe2cc592cf.zip
The commands module has been removed. The getoutput() and getstatusoutput()
functions have been added to the subprocess module. The fixer for this still needs to be written and proper Py3K deprecation warnings for the functions that didn't make the transition need to be done in 2.6. This is all part of trying to close issue #2872.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 41772c662da..032cac019ca 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -868,7 +868,6 @@ _expectations = {
"""
test__locale
test_bsddb3
- test_commands
test_crypt
test_curses
test_dbm
@@ -910,7 +909,6 @@ _expectations = {
test_bsddb
test_bsddb3
test_bz2
- test_commands
test_crypt
test_curses
test_dbm
@@ -1060,7 +1058,6 @@ _expectations = {
"""
test_audioop
test_bsddb3
- test_commands
test_curses
test_dl
test_epoll