]> 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:20 +0000 (06:04 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 1 May 2007 06:04:20 +0000 (06:04 +0000)
 (backport from rev. 55036)

Doc/tut/tut.tex

index 917383a92018b227a4acccb172ee193808474234..3041f7e99c59568ee3650da0e371024a8476f978 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