]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove an obsolete comment
authorGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 18:13:06 +0000 (10:13 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 18:13:06 +0000 (10:13 -0800)
Lib/test/test_subprocess.py

index f713fc60659b4ab30bff11402c4e2db88d47cfc4..38844888fdb87e21f201ca726329c32d6cf0eb85 100644 (file)
@@ -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)