[Python-checkins] r50944 - python/trunk/Doc/ext/newtypes.tex

fred.drake python-checkins at python.org
Sat Jul 29 20:33:30 CEST 2006


Author: fred.drake
Date: Sat Jul 29 20:33:29 2006
New Revision: 50944

Modified:
   python/trunk/Doc/ext/newtypes.tex
Log:
make the reference to older versions of the documentation a link
to the right page on python.org


Modified: python/trunk/Doc/ext/newtypes.tex
==============================================================================
--- python/trunk/Doc/ext/newtypes.tex	(original)
+++ python/trunk/Doc/ext/newtypes.tex	Sat Jul 29 20:33:29 2006
@@ -16,8 +16,9 @@
 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


More information about the Python-checkins mailing list