]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Pass None to AHGotoPage().
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 11 Sep 2002 22:05:59 +0000 (22:05 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 11 Sep 2002 22:05:59 +0000 (22:05 +0000)
Mac/Tools/IDE/PythonIDEMain.py

index cbaeb873def0ffa0c2cf4c3633f4affc57a7d3c6..fb02100be7b5521bfb2960ea675e5b5446c1f27e 100644 (file)
@@ -298,7 +298,7 @@ class PythonIDE(Wapplication.Application):
                
        def domenu_localdocs(self, *args):
                from Carbon import AH
-               AH.AHGotoPage("Python Help", "index.html", "")
+               AH.AHGotoPage("Python Help", None, None)
                
        def domenu_appledocs(self, *args):
                from Carbon import AH, AppleHelp