]> granicus.if.org Git - python/commit
There was actually a test that ensured that raising an exception A
authorGuido van Rossum <guido@python.org>
Wed, 1 Oct 1997 04:41:05 +0000 (04:41 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 1 Oct 1997 04:41:05 +0000 (04:41 +0000)
commitae631f7f4588adb3f0077ae80c2ccd530fb5ccc5
tree7264d77e455db0337f311c246a6b7b279215d3e5
parenta008fa52be8acac0de95a03e4dc030d444e6b426
There was actually a test that ensured that raising an exception A
with an instance of a derived class B would really raise an A, not a
B.  Since Barry fixed this anomalous behaviour, I though I might as
well fix the test!  (Hmm, Barry, did you not run the tests or did you
miss that test_opcodes failed?)
Lib/test/test_opcodes.py