From: Gregory P. Smith Date: Sun, 11 Nov 2012 18:13:06 +0000 (-0800) Subject: remove an obsolete comment X-Git-Tag: v2.7.4rc1~382 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=027d6fcebd165ff9589b20f6a23acc8c054be6d0;p=thirdparty%2FPython%2Fcpython.git remove an obsolete comment --- diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index f713fc60659b..38844888fdb8 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -754,7 +754,6 @@ class POSIXProcessTestCase(BaseTestCase): class _TestExecuteChildPopen(subprocess.Popen): """Used to test behavior at the end of _execute_child.""" def __init__(self, testcase, *args, **kwargs): - # Do nothing so we can modify the instance for testing. self._testcase = testcase subprocess.Popen.__init__(self, *args, **kwargs)