diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-12 02:48:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-12 02:48:47 (GMT) |
commit | c303e67f3cee645df6c0eac1453cedbb3d28b48c (patch) | |
tree | 9dc86aa7649aece4753a9200c779317c2b2fa3fd | |
parent | c94d9348ca6b186d6bb76ba9286dad3ca90e6ba5 (diff) | |
download | cpython-c303e67f3cee645df6c0eac1453cedbb3d28b48c.zip cpython-c303e67f3cee645df6c0eac1453cedbb3d28b48c.tar.gz cpython-c303e67f3cee645df6c0eac1453cedbb3d28b48c.tar.bz2 |
The built-in exceptions are not still strings, so make no claims about them.
-rw-r--r-- | Doc/tut.tex | 1 | ||||
-rw-r--r-- | Doc/tut/tut.tex | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Doc/tut.tex b/Doc/tut.tex index 0d16033..0307970 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 0d16033..0307970 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} |