Author: Jean-Paul Calderone <exar...@twistedmatrix.com> Branch: py3.5 Changeset: r92143:dc0a896dbbd6 Date: 2017-08-14 08:17 -0400 http://bitbucket.org/pypy/pypy/changeset/dc0a896dbbd6/
Log: Remove debug print diff --git a/lib-python/3/test/test_pyexpat.py b/lib-python/3/test/test_pyexpat.py --- a/lib-python/3/test/test_pyexpat.py +++ b/lib-python/3/test/test_pyexpat.py @@ -459,7 +459,6 @@ " found %r" % e.args[0]) # Check that the traceback contains the relevant line in pyexpat.c entries = traceback.extract_tb(e.__traceback__) - print(entries) self.assertEqual(len(entries), 3) self.check_traceback_entry(entries[0], "test_pyexpat.py", "test_exception") _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit