Commit 5a006b39 authored by Georg Brandl's avatar Georg Brandl

Bug #1710295: exceptions are now new-style classes.

parent 68bb9a14
......@@ -3556,7 +3556,7 @@ as desired.
... print 'x =', x
... print 'y =', y
...
<type 'instance'>
<type 'exceptions.Exception'>
('spam', 'eggs')
('spam', 'eggs')
x = spam
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment