[Python-checkins] cpython (2.7): remove uneeded line

benjamin.peterson python-checkins at python.org
Mon Apr 2 20:26:00 CEST 2012


http://hg.python.org/cpython/rev/2b7aff01ca89
changeset:   76074:2b7aff01ca89
branch:      2.7
parent:      76067:d552016fc07c
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Apr 02 14:22:50 2012 -0400
summary:
  remove uneeded line

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


diff --git a/Lib/test/test_thread.py b/Lib/test/test_thread.py
--- a/Lib/test/test_thread.py
+++ b/Lib/test/test_thread.py
@@ -134,7 +134,6 @@
         # See issue #14474
         def task():
             started.release()
-            sys.stderr = stderr
             raise SyntaxError
         def mywrite(self, *args):
             try:

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


More information about the Python-checkins mailing list