summaryrefslogtreecommitdiffstats
path: root/Lib/dos-8x3/test_str.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-10-08 14:13:43 (GMT)
committerGuido van Rossum <guido@python.org>1996-10-08 14:13:43 (GMT)
commitb8cc6ae5a1e8e548c8c2619e20fb1898ab2521f5 (patch)
tree72e5d9cf750cb8eb7f6196db295adabbf126c340 /Lib/dos-8x3/test_str.py
parent6592f88fc0598aa465f214de0dd4eb5c58229976 (diff)
downloadcpython-b8cc6ae5a1e8e548c8c2619e20fb1898ab2521f5.zip
cpython-b8cc6ae5a1e8e548c8c2619e20fb1898ab2521f5.tar.gz
cpython-b8cc6ae5a1e8e548c8c2619e20fb1898ab2521f5.tar.bz2
The usual... Sigh...
Diffstat (limited to 'Lib/dos-8x3/test_str.py')
-rw-r--r--Lib/dos-8x3/test_str.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/dos-8x3/test_str.py b/Lib/dos-8x3/test_str.py
index 5b2ddfb..6028b0d 100644
--- a/Lib/dos-8x3/test_str.py
+++ b/Lib/dos-8x3/test_str.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`