From: Fred Drake Date: Mon, 8 Apr 2002 05:23:22 +0000 (+0000) Subject: Do not call "knee" a standard module. X-Git-Tag: v2.2.1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e22dca7b8a1ea5210eda39d3bac23c1170ec18f;p=thirdparty%2FPython%2Fcpython.git Do not call "knee" a standard module. This addresses the issue in SF bug #515745. --- diff --git a/Doc/lib/libimp.tex b/Doc/lib/libimp.tex index a96839fe7aee..e23d88917b0a 100644 --- a/Doc/lib/libimp.tex +++ b/Doc/lib/libimp.tex @@ -255,6 +255,4 @@ 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}.