From: Fred Drake Date: Sat, 29 Jul 2006 18:33:29 +0000 (+0000) Subject: make the reference to older versions of the documentation a link X-Git-Tag: v2.5b3~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84608f0c672725e1f939185943fccf5f9010d7ac;p=python make the reference to older versions of the documentation a link to the right page on python.org --- diff --git a/Doc/ext/newtypes.tex b/Doc/ext/newtypes.tex index cd2c0454bf..9152883255 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