mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Update version numbering from 1.6 to 2.0.
This commit is contained in:
parent
61b49b3d6b
commit
30f76ffd00
11 changed files with 16 additions and 16 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue