Bug #1710295: exceptions are now new-style classes.
This commit is contained in:
parent
68bb9a1418
commit
5a006b3978
|
@ -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