From: Fred Drake Date: Mon, 8 Apr 2002 05:22:30 +0000 (+0000) Subject: Do not call "knee" a standard module, and point to the new location. X-Git-Tag: v2.3c1~6092 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc82ab1c9f9ab32dd7257e913004a06f3cf4dda9;p=python Do not call "knee" a standard module, and point to the new location. This addresses the issue in SF bug #515745. --- diff --git a/Doc/lib/libimp.tex b/Doc/lib/libimp.tex index a96839fe7a..972128f6b6 100644 --- a/Doc/lib/libimp.tex +++ b/Doc/lib/libimp.tex @@ -255,6 +255,6 @@ def __import__(name, globals=None, locals=None, fromlist=None): A more complete example that implements hierarchical module names and includes a \function{reload()}\bifuncindex{reload} function can be -found in the standard module \module{knee}\refstmodindex{knee} (which -is intended as an example only --- don't rely on any part of it being -a standard interface). +found in the module \module{knee}\refmodindex{knee}. The +\module{knee} module can be found in \file{Demo/imputil/} in the +Python source distribution.