diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-05-29 02:17:23 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-05-29 02:17:23 (GMT) |
commit | 847207acffaf35e59601fea7d54f6db6f307e327 (patch) | |
tree | aec3d56d69f4f3f82a300d27122fcdd00a75c0aa /Doc/doc | |
parent | d3d5768e5ecf017d96b71d8ed437267ff47203b1 (diff) | |
download | cpython-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.tex | 5 |
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}} |