Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r52422:cc89478806f3
Date: 2012-02-11 11:58 +0100
http://bitbucket.org/pypy/pypy/changeset/cc89478806f3/
Log: we cannot catch '42' in py3. Not sure whether it's essential for the
point of the test, removing this except clause does not change
anything even on the default branch
diff --git a/pypy/interpreter/test/test_raise.py
b/pypy/interpreter/test/test_raise.py
--- a/pypy/interpreter/test/test_raise.py
+++ b/pypy/interpreter/test/test_raise.py
@@ -206,8 +206,6 @@
a = A()
flag = True
raise a
- except 42:
- pass
except A:
pass
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit