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

@ -334,9 +334,9 @@ A tuple containing the five components of the version number:
\var{serial}. All values except \var{releaselevel} are integers; the
release level is \code{'alpha'}, \code{'beta'},
\code{'candidate'}, or \code{'final'}. The \code{version_info} value
corresponding to the Python version 1.6 is
\code{(1, 6, 0, 'final', 0)}.
\versionadded{1.6}
corresponding to the Python version 2.0 is
\code{(2, 0, 0, 'final', 0)}.
\versionadded{2.0}
\end{datadesc}
\begin{datadesc}{winver}