]> granicus.if.org Git - python/commit
1. Make finding Python help docs more robust, including the installed
authorKurt B. Kaiser <kbk@shore.net>
Fri, 10 Jan 2003 05:07:24 +0000 (05:07 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Fri, 10 Jan 2003 05:07:24 +0000 (05:07 +0000)
commit114713d19451e893dc7dabea9b96d396baf7ecaf
tree8d4f8d2d478ea01856a70b957ab61739122393b3
parent37f398282bf74b11e6167f7c7af75960e553dab9
1. Make finding Python help docs more robust, including the installed
   configuation.
2. Make sure that os.startfile() is used to open both Python help docs
   and Extra Help docs on the Windows platforms.
Lib/idlelib/EditorWindow.py