Issue 541031: context sensitive help/keyword search (original) (raw)
Issue541031
This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/36397
classification
| Title: | context sensitive help/keyword search | |
|---|---|---|
| Type: | Stage: | |
| Components: | Documentation | Versions: |
process
| Status: | closed | Resolution: | wont fix |
|---|---|---|---|
| Dependencies: | Superseder: | ||
| Assigned To: | theller | Nosy List: | gvanrossum, theller |
| Priority: | normal | Keywords: | patch |
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) * ![]() |
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) * ![]() |
Date: 2002-04-15 01:06 |
| Logged In: YES user_id=6380 Maybe Fred finds this interesting? | ||
| msg39514 - (view) | Author: Thomas Heller (theller) * ![]() |
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) * ![]() |
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 |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements
➜