From: Georg Brandl Date: Tue, 1 May 2007 06:04:11 +0000 (+0000) Subject: Bug #1710295: exceptions are now new-style classes. X-Git-Tag: v2.6a1~1790 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a006b3978ecdf8a045cbbc74f39e646629460a8;p=python Bug #1710295: exceptions are now new-style classes. --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index e4e8a1ad85..12308ca46c 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -3556,7 +3556,7 @@ as desired. ... print 'x =', x ... print 'y =', y ... - + ('spam', 'eggs') ('spam', 'eggs') x = spam