Issue541031
Created on 2002年04月08日 14:25 by theller, last changed 2022年04月10日 16:05 by admin. This issue is now closed.
Files |
File name |
Uploaded |
Description |
Edit |
pyhelp.py
|
theller,
2002年04月08日 14:25
|
pyhelp module |
emacs.el
|
theller,
2002年04月08日 14:28
|
Emacs context help via pyhelp.py |
idle.patch.txt
|
theller,
2002年04月08日 14:29
|
IDLE context sensitive help patch |
pyhelp.py
|
theller,
2002年04月18日 07:04
|
pyhelp module, rev 1.19 |
Messages (4) |
msg39512 - (view) |
Author: Thomas Heller (theller) * (Python committer) |
Date: 2002年04月08日 14:25 |
This script/module looks up keywords in the Python
manuals.
It is usable as CGI script - a version is online at
http://starship.python.net/crew/theller/cgi-
bin/pyhelp.cgi
It can also by used from the command line:
python pyhelp.py keyword
It can also be used to implement context sensitive
help in IDLE or Xemacs (for example) by simply
selecting a word and pressing F1.
It can use the online version of the manuals at
www.python.org/doc/, or it can use local installed
html pages.
The script/module scans the index pages of the docs
for hyperlinks, and pickles the results to disk.
|
msg39513 - (view) |
Author: Guido van Rossum (gvanrossum) * (Python committer) |
Date: 2002年04月15日 01:06 |
Logged In: YES
user_id=6380
Maybe Fred finds this interesting?
|
msg39514 - (view) |
Author: Thomas Heller (theller) * (Python committer) |
Date: 2002年04月18日 07:04 |
Logged In: YES
user_id=11105
Uploaded new version (Rev 1.19 in my local CVS).
The online version moved to
http://starship.python.net/crew/theller/pyhelp.cgi
|
msg39515 - (view) |
Author: Thomas Heller (theller) * (Python committer) |
Date: 2002年05月24日 18:27 |
Logged In: YES
user_id=11105
Retracting.
|
History
|
---|
Date |
User |
Action |
Args |
2022年04月10日 16:05:11 | admin | set | github: 36397 |
2002年04月08日 14:25:42 | theller | create |