summaryrefslogtreecommitdiffstats
path: root/Doc/ext
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-07-29 18:33:29 (GMT)
committerFred Drake <fdrake@acm.org>2006-07-29 18:33:29 (GMT)
commit84608f0c672725e1f939185943fccf5f9010d7ac (patch)
treeef188463e4139ea362a86f85453f2efe9ba8459f /Doc/ext
parent9297e16907098cfecf30b58961572dcc478b837e (diff)
downloadcpython-84608f0c672725e1f939185943fccf5f9010d7ac.zip
cpython-84608f0c672725e1f939185943fccf5f9010d7ac.tar.gz
cpython-84608f0c672725e1f939185943fccf5f9010d7ac.tar.bz2
make the reference to older versions of the documentation a link
to the right page on python.org
Diffstat (limited to 'Doc/ext')
-rw-r--r--Doc/ext/newtypes.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/ext/newtypes.tex b/Doc/ext/newtypes.tex
index cd2c045..9152883 100644
--- a/Doc/ext/newtypes.tex
+++ b/Doc/ext/newtypes.tex
@@ -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