[Python-checkins] cpython: Close #12089: Remove outdated and unused code from regrtest.

victor.stinner python-checkins at python.org
Mon May 30 22:58:25 CEST 2011


http://hg.python.org/cpython/rev/6051f2c93163
changeset:   70529:6051f2c93163
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Mon May 30 22:58:13 2011 +0200
summary:
  Close #12089: Remove outdated and unused code from regrtest.

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


diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1023,10 +1023,6 @@
 
 def runtest_inner(test, verbose, quiet, huntrleaks=False, debug=False):
     support.unload(test)
-    if verbose:
-        capture_stdout = None
-    else:
-        capture_stdout = io.StringIO()
 
     test_time = 0.0
     refleak = False  # True if the test leaked references.

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


More information about the Python-checkins mailing list