Update version numbering from 1.6 to 2.0.

This commit is contained in:
Fred Drake 2000-06-30 16:06:19 +00:00
parent 61b49b3d6b
commit 30f76ffd00
11 changed files with 16 additions and 16 deletions

View file

@ -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}