From: Fred Drake Date: Fri, 2 Nov 2001 19:34:49 +0000 (+0000) Subject: \ulink is not available on the maintenance branch, so we can't use it. X-Git-Tag: v2.1.2c1~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53237e24cc0a5d04f7b50ab319e157104240cc98;p=thirdparty%2FPython%2Fcpython.git \ulink is not available on the maintenance branch, so we can't use it. --- diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 59e9cc5ce746..030b2433da98 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -602,8 +602,7 @@ about how the module search works from inside a package.] The built-in function \function{__import__()} is provided to support applications that determine which modules need to be loaded -dynamically; refer to \ulink{Built-in -Functions}{../lib/built-in-funcs.html} in the +dynamically; refer to ``Built-in Functions'' in the \citetitle[../lib/lib.html]{Python Library Reference} for additional information. \bifuncindex{__import__}