mirror of https://github.com/python/cpython
remove an obsolete comment
This commit is contained in:
parent
f047ba83e8
commit
027d6fcebd
|
@ -754,7 +754,6 @@ class POSIXProcessTestCase(BaseTestCase):
|
||||||
class _TestExecuteChildPopen(subprocess.Popen):
|
class _TestExecuteChildPopen(subprocess.Popen):
|
||||||
"""Used to test behavior at the end of _execute_child."""
|
"""Used to test behavior at the end of _execute_child."""
|
||||||
def __init__(self, testcase, *args, **kwargs):
|
def __init__(self, testcase, *args, **kwargs):
|
||||||
# Do nothing so we can modify the instance for testing.
|
|
||||||
self._testcase = testcase
|
self._testcase = testcase
|
||||||
subprocess.Popen.__init__(self, *args, **kwargs)
|
subprocess.Popen.__init__(self, *args, **kwargs)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue