[pywin32-checkins] pywin32/Pythonwin/pywin/framework help.py,1.8,1.9
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-10-06 13:30:30
|
Update of /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework In directory sc8-pr-cvs1:/tmp/cvs-serv1264/Pythonwin/pywin/framework Modified Files: help.py Log Message: Add URL pointed to by Tom Heller on the HTMLHelp issue. Index: help.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/pywin/framework/help.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** help.py 6 Oct 2003 13:28:44 -0000 1.8 --- help.py 6 Oct 2003 13:30:26 -0000 1.9 *************** *** 40,43 **** --- 40,45 ---- # so we disable it, forcing ShellExecute, which works fine (but # doesn't close the help file when Pythonwin is closed. + # Tom Heller also points out http://www.microsoft.com/mind/0499/faq/faq0499.asp, + # which may or may not be related. elif 0 and ext == ".chm": import win32help |