make the reference to older versions of the documentation a link

to the right page on python.org
This commit is contained in:
Fred Drake 2006-07-29 18:33:29 +00:00
parent 9297e16907
commit 84608f0c67
1 changed files with 3 additions and 2 deletions

View File

@ -16,8 +16,9 @@ get started.
The way new types are defined changed dramatically (and for the
better) in Python 2.2. This document documents how to define new
types for Python 2.2 and later. If you need to support older
versions of Python, you will need to refer to older versions of this
documentation.
versions of Python, you will need to refer to
\ulink{older versions of this documentation}
{http://www.python.org/doc/versions/}.
\end{notice}
\section{The Basics