summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsys.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-06-30 16:06:19 (GMT)
committerFred Drake <fdrake@acm.org>2000-06-30 16:06:19 (GMT)
commit30f76ffd0074b1d1c0f9fb946f43e5da8210328c (patch)
tree204294ba9a8e819e8307b0f664803673d7d03f71 /Doc/lib/libsys.tex
parent61b49b3d6bbc0daa31e476268b9560f4bbc912a8 (diff)
downloadcpython-30f76ffd0074b1d1c0f9fb946f43e5da8210328c.zip
cpython-30f76ffd0074b1d1c0f9fb946f43e5da8210328c.tar.gz
cpython-30f76ffd0074b1d1c0f9fb946f43e5da8210328c.tar.bz2
Update version numbering from 1.6 to 2.0.
Diffstat (limited to 'Doc/lib/libsys.tex')
-rw-r--r--Doc/lib/libsys.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex
index 9b4f906..54f9493 100644
--- a/Doc/lib/libsys.tex
+++ b/Doc/lib/libsys.tex
@@ -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}