Kaydet (Commit) 5a006b39 authored tarafından Georg Brandl's avatar Georg Brandl

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

üst 68bb9a14
...@@ -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