From a23810f86a53e394936b38ed9c6104fe2cc592cf Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 26 May 2008 19:04:21 +0000 Subject: 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. --- Lib/test/test___all__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/test/test___all__.py') diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 89395bec0f..e33c54aa62 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -50,7 +50,6 @@ class AllTest(unittest.TestCase): self.check_all("codecs") self.check_all("codeop") self.check_all("colorsys") - self.check_all("commands") self.check_all("compileall") self.check_all("copy") self.check_all("copyreg") -- cgit v1.2.1