mirror of
https://github.com/python/cpython.git
synced 2025-07-31 23:23:11 +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
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue