summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_subprocess.py
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2012-11-11 18:13:06 (GMT)
committerGregory P. Smith <greg@krypto.org>2012-11-11 18:13:06 (GMT)
commit027d6fcebd165ff9589b20f6a23acc8c054be6d0 (patch)
treeb5e834c53e10f066280de97418732fe33ec88978 /Lib/test/test_subprocess.py
parentf047ba83e848104cf45cd08e6c2cc664d972b739 (diff)
downloadcpython-027d6fcebd165ff9589b20f6a23acc8c054be6d0.zip
cpython-027d6fcebd165ff9589b20f6a23acc8c054be6d0.tar.gz
cpython-027d6fcebd165ff9589b20f6a23acc8c054be6d0.tar.bz2
remove an obsolete comment
Diffstat (limited to 'Lib/test/test_subprocess.py')
-rw-r--r--Lib/test/test_subprocess.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py
index f713fc6..3884488 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)