Commit 8c51af81 authored by Georg Brandl's avatar Georg Brandl

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

 (backport from rev. 55036)
parent 2b03b571
...@@ -3556,7 +3556,7 @@ as desired. ...@@ -3556,7 +3556,7 @@ as desired.
... print 'x =', x ... print 'x =', x
... print 'y =', y ... print 'y =', y
... ...
<type 'instance'> <type 'exceptions.Exception'>
('spam', 'eggs') ('spam', 'eggs')
('spam', 'eggs') ('spam', 'eggs')
x = spam 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