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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a006b3978ecdf8a045cbbc74f39e646629460a8;p=thirdparty%2FPython%2Fcpython.git Bug #1710295: exceptions are now new-style classes. --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index e4e8a1ad8534..12308ca46c0e 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