summaryrefslogtreecommitdiffstats
path: root/Doc/doc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-05-29 02:17:23 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-05-29 02:17:23 (GMT)
commit847207acffaf35e59601fea7d54f6db6f307e327 (patch)
treeaec3d56d69f4f3f82a300d27122fcdd00a75c0aa /Doc/doc
parentd3d5768e5ecf017d96b71d8ed437267ff47203b1 (diff)
downloadcpython-847207acffaf35e59601fea7d54f6db6f307e327.zip
cpython-847207acffaf35e59601fea7d54f6db6f307e327.tar.gz
cpython-847207acffaf35e59601fea7d54f6db6f307e327.tar.bz2
SF bug #719367, string exceptions are deprecated
Remove references to string based exceptions in the doc.
Diffstat (limited to 'Doc/doc')
-rw-r--r--Doc/doc/doc.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex
index 22f9d13..1138554 100644
--- a/Doc/doc/doc.tex
+++ b/Doc/doc/doc.tex
@@ -608,8 +608,7 @@ This \UNIX\ is also followed by a space.
\end{envdesc}
\begin{envdesc}{excdesc}{\p{name}}
- Describe an exception. This may be either a string exception or
- a class exception. In the case of class exceptions, the
+ Describe an exception. In the case of class exceptions, the
constructor parameters are not described; use \env{excclassdesc}
to describe an exception class and its constructor.
\end{envdesc}
@@ -1498,7 +1497,7 @@ This \UNIX\ is also followed by a space.
\begin{macrodesc}{exindex}{\p{exception}}
Add a reference to an exception named \var{exception}. The
- exception may be either string- or class-based.
+ exception should be class-based.
\end{macrodesc}
\begin{macrodesc}{kwindex}{\p{keyword}}