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.

classification
Title: IDLE calls MS HTML Help Python Docs
Type: Stage:
Components: IDLE Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: gvanrossum, hfoffani, loewis
Priority: normal Keywords: patch

Created on 2002-04-07 14:36 by hfoffani, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
EditorWindow.diff hfoffani, 2002-04-07 14:36 cvs diff -c EditorWindow.diff
edwin.diff hfoffani, 2002-04-07 19:09 same patch that fallback to Doc/index.html
Messages (4)
msg39508 - (view) Author: Hernan Foffani (hfoffani) Date: 2002-04-07 14:36
A little patch to enable IDLE to call a Python Docs in
HTML Help format if it becomes part of the standard
Windows distribution.
A few things:
- The patch uses os.startfile() instead of
webbrowser.open() because the default browser may not
be IExplorer.
- The name of .chm file is hardwire
- I assume that the .chm file resides in the same
directory of the python exec.
- I'll try to upload a similar patch on idlefork.

Regards,
-Hernan

msg39509 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-04-07 17:06
Logged In: YES 
user_id=21627

IMO, it would be good if it would fall back to HTML help if
the chm file is not found.
msg39510 - (view) Author: Hernan Foffani (hfoffani) Date: 2002-04-07 17:10
Logged In: YES 
user_id=112690

Ok. I can add the fallback.
msg39511 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-04-14 10:31
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as EditorWindow.py 1.41.
History
Date User Action Args
2022-04-10 16:05:11adminsetgithub: 36392
2002-04-07 14:36:40hfoffanicreate