Bug #1710295: exceptions are now new-style classes.
(backport from rev. 55036)
This commit is contained in:
parent
f69fa1756f
commit
be69a0acc4
|
@ -3556,7 +3556,7 @@ as desired.
|
|||
... print 'x =', x
|
||||
... print 'y =', y
|
||||
...
|
||||
<type 'instance'>
|
||||
<type 'exceptions.Exception'>
|
||||
('spam', 'eggs')
|
||||
('spam', 'eggs')
|
||||
x = spam
|
||||
|
|
Loading…
Reference in New Issue