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

(backport from rev. 55036)
This commit is contained in:
Georg Brandl 2007-05-01 06:04:20 +00:00
parent f69fa1756f
commit be69a0acc4
1 changed files with 1 additions and 1 deletions

View File

@ -3556,7 +3556,7 @@ as desired.
... print 'x =', x
... print 'y =', y
...
<type 'instance'>
<type 'exceptions.Exception'>
('spam', 'eggs')
('spam', 'eggs')
x = spam