http://hg.python.org/cpython/rev/98ab6e322c40 changeset: 76075:98ab6e322c40 branch: 3.2 parent: 76070:b3639f6aaa2b 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 @@ -132,7 +132,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