[Python-checkins] cpython (2.7): remove an obsolete comment

gregory.p.smith python-checkins at python.org
Sun Nov 11 19:13:21 CET 2012


http://hg.python.org/cpython/rev/677cf4a55a9c
changeset:   80393:677cf4a55a9c
branch:      2.7
parent:      80389:f02123b1b446
user:        Gregory P. Smith <greg at krypto.org>
date:        Sun Nov 11 10:13:06 2012 -0800
summary:
  remove an obsolete comment

files:
  Lib/test/test_subprocess.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py
--- a/Lib/test/test_subprocess.py
+++ b/Lib/test/test_subprocess.py
@@ -754,7 +754,6 @@
     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)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list