From: Georg Brandl Date: Tue, 1 May 2007 06:04:20 +0000 (+0000) Subject: Bug #1710295: exceptions are now new-style classes. X-Git-Tag: v2.5.2c1~323 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be69a0acc499ab31e1779dd0bf5c8ac57e1403a8;p=thirdparty%2FPython%2Fcpython.git Bug #1710295: exceptions are now new-style classes. (backport from rev. 55036) --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 917383a92018..3041f7e99c59 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