Issue 515745: Missing docs for module knee (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/36080

classification

Title: Missing docs for module knee
Type: Stage:
Components: Demos and Tools Versions: Python 2.3

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: loewis Nosy List: david_abrahams, fdrake, gvanrossum, loewis, tim.peters
Priority: normal Keywords:

Created on 2002-02-11 05:38 by david_abrahams, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Messages (10)
msg9212 - (view) Author: David Abrahams (david_abrahams) Date: 2002-02-11 05:38
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.
msg9213 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-02-14 17:04
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.
msg9214 - (view) Author: David Abrahams (david_abrahams) Date: 2002-02-14 17:24
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.
msg9215 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2002-02-16 07:07
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.
msg9216 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-03-23 02:41
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.
msg9217 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-04-07 16:30
Logged In: YES user_id=21627 knee.py is now moved to Demo/imputil.
msg9218 - (view) Author: David Abrahams (david_abrahams) Date: 2002-04-07 22:25
Logged In: YES user_id=52572 Moving it without changing the docs isn't much good. Is someone changing the docs?
msg9219 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-04-07 22:33
Logged In: YES user_id=6380 What docs?
msg9220 - (view) Author: David Abrahams (david_abrahams) Date: 2002-04-07 22:49
Logged In: YES user_id=52572 Please see my comment below from 2002-02-14 12:24
msg9221 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-04-08 05:26
Logged In: YES user_id=3066 Description of knee's status has been changed as of Doc/lib/libimp.tex revisions 1.28.4.1, 1.30.14.1, and 1.31.
History
Date User Action Args
2022-04-10 16:04:58 admin set github: 36080
2002-02-11 05:38:28 david_abrahams create