diff options
-rw-r--r-- | Lib/test/test_strop.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_strop.py b/Lib/test/test_strop.py index 5b2ddfb..6028b0d 100644 --- a/Lib/test/test_strop.py +++ b/Lib/test/test_strop.py @@ -6,7 +6,6 @@ def test(name, input, output): value = f(input) except: value = sys.exc_type - print sys.exc_value if value != output: print f, `input`, `output`, `value` |