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.

Author hfoffani
Recipients
Date 2002-04-07.14:36:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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

History
Date User Action Args
2007-08-23 15:12:09adminlinkissue540583 messages
2007-08-23 15:12:09admincreate