From: Fred Drake Date: Sun, 12 Apr 1998 02:48:47 +0000 (+0000) Subject: The built-in exceptions are not still strings, so make no claims about them. X-Git-Tag: v1.5.1~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c303e67f3cee645df6c0eac1453cedbb3d28b48c;p=thirdparty%2FPython%2Fcpython.git The built-in exceptions are not still strings, so make no claims about them. --- diff --git a/Doc/tut.tex b/Doc/tut.tex index 0d160339d7d8..03079707a36e 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex @@ -3321,7 +3321,6 @@ class, the class name is printed, then a colon and a space, and finally the instance converted to a string using the built-in function \function{str()}. -In this release, the built-in exceptions are still strings. \chapter{What Now?} \label{whatNow} diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 0d160339d7d8..03079707a36e 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -3321,7 +3321,6 @@ class, the class name is printed, then a colon and a space, and finally the instance converted to a string using the built-in function \function{str()}. -In this release, the built-in exceptions are still strings. \chapter{What Now?} \label{whatNow}