summaryrefslogtreecommitdiff
path: root/Doc/lib/libexcs.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-06-30 16:06:19 +0000
committerFred Drake <fdrake@acm.org>2000-06-30 16:06:19 +0000
commit30f76ffd0074b1d1c0f9fb946f43e5da8210328c (patch)
tree204294ba9a8e819e8307b0f664803673d7d03f71 /Doc/lib/libexcs.tex
parent61b49b3d6bbc0daa31e476268b9560f4bbc912a8 (diff)
downloadcpython-git-30f76ffd0074b1d1c0f9fb946f43e5da8210328c.tar.gz
Update version numbering from 1.6 to 2.0.
Diffstat (limited to 'Doc/lib/libexcs.tex')
-rw-r--r--Doc/lib/libexcs.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex
index 4d5ab853f5..98793a23d6 100644
--- a/Doc/lib/libexcs.tex
+++ b/Doc/lib/libexcs.tex
@@ -298,13 +298,13 @@ For class exceptions, \function{str()} returns only the message.
Raised when a reference is made to a local variable in a function or
method, but no value has been bound to that variable. This is a
subclass of \exception{NameError}.
-\versionadded{1.6}
+\versionadded{2.0}
\end{excdesc}
\begin{excdesc}{UnicodeError}
Raised when a Unicode-related encoding or decoding error occurs. It
is a subclass of \exception{ValueError}.
-\versionadded{1.6}
+\versionadded{2.0}
\end{excdesc}
\begin{excdesc}{ValueError}
@@ -321,7 +321,7 @@ For class exceptions, \function{str()} returns only the message.
return values of the \cfunction{GetLastError()} and
\cfunction{FormatMessage()} functions from the Windows Platform API.
This is a subclass of \exception{OSError}.
-\versionadded{1.6}
+\versionadded{2.0}
\end{excdesc}
\begin{excdesc}{ZeroDivisionError}