commit | 6592f88fc0598aa465f214de0dd4eb5c58229976 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Oct 08 14:10:51 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Oct 08 14:10:51 1996 +0000 |
tree | d93302d42c26c4df827ee5ec5311edbc7f9a9aab | |
parent | edaf1c931cb82bf8d27d78240eb7a30b0eb1a797 [diff] |
Removed debugging print statement
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 @@ value = f(input) except: value = sys.exc_type - print sys.exc_value if value != output: print f, `input`, `output`, `value`