Commit be69a0ac authored by Georg Brandl's avatar Georg Brandl

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

 (backport from rev. 55036)
parent f69fa175
......@@ -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