Kaydet (Commit) bc82ab1c authored tarafından Fred Drake's avatar Fred Drake

Do not call "knee" a standard module, and point to the new location.

This addresses the issue in SF bug #515745.
üst 2ea9111c
......@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment