[Python-bugs-list] [ python-Bugs-515745 ] Missing docs for module knee
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 27 Mar 2002 12:34:26 -0800
Bugs item #515745, was opened at 2002-02-11 06:38
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=515745&group_id=5470
Category: Demos and Tools
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: David Abrahams (david_abrahams)
>Assigned to: Martin v. Löwis (loewis)
Summary: Missing docs for module knee
Initial Comment:
3.21.1 in the lib manual sez: "A more complete example
that implements hierarchical module names and includes
a reload() function can be found in the standard
module knee (which is intended as an example only --
don't rely on any part of it being a standard
interface)."
...but knee is not in the module list, though it
appears to be in the distribution.
----------------------------------------------------------------------
Comment By: Guido van Rossum (gvanrossum)
Date: 2002-03-23 03:41
Message:
Logged In: YES
user_id=6380
knee.py itself is mostly intended as documentation -- it's
working code that demonstrates how the import process works!
It's fine if it gets moved to the Demo directory.
----------------------------------------------------------------------
Comment By: Tim Peters (tim_one)
Date: 2002-02-16 08:07
Message:
Logged In: YES
user_id=31435
Sorry, I can't channel Guido here -- AFAICT, this is the
first time I ever heard about knee! Reassigned to Guido.
----------------------------------------------------------------------
Comment By: David Abrahams (david_abrahams)
Date: 2002-02-14 18:24
Message:
Logged In: YES
user_id=52572
If you move it, please change the docs so that it no longer
says it's a standard module.
----------------------------------------------------------------------
Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-02-14 18:04
Message:
Logged In: YES
user_id=3066
Like it says, the knee module is supposed to be an example
only. I don't think it should be included in the library at
all; it should be somewhere in Demo/.
I think Guido has resisted moving it before, but I don't
recall clearly. I'll assign this to Tim since Guido's not
available now.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=515745&group_id=5470