]> granicus.if.org Git - python/commitdiff
Bug #1710295: exceptions are now new-style classes.
authorGeorg Brandl <georg@python.org>
Tue, 1 May 2007 06:04:11 +0000 (06:04 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 1 May 2007 06:04:11 +0000 (06:04 +0000)
Doc/tut/tut.tex

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