mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Pass None to AHGotoPage().
This commit is contained in:
parent
f6b3fddfc3
commit
ec694c32a7
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ def makehelpmenu(self):
|
|||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue