[Patches] [ python-Patches-540583 ] IDLE calls MS HTML Help Python Docs

noreply@sourceforge.net noreply@sourceforge.net
Sun, 07 Apr 2002 10:06:54 -0700


Patches item #540583, was opened at 2002-04-07 16:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=540583&group_id=5470

Category: IDLE
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Hernan Martinez Foffani (hfoffani)
Assigned to: Guido van Rossum (gvanrossum)
Summary: IDLE calls MS HTML Help Python Docs

Initial Comment:
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



----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-04-07 19:06

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=540583&group_id=5470