Author: Antonio Cuni <anto.c...@gmail.com>
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
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to