mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +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 @@ class PythonIDE(Wapplication.Application):
|
||||||
|
|
||||||
def domenu_localdocs(self, *args):
|
def domenu_localdocs(self, *args):
|
||||||
from Carbon import AH
|
from Carbon import AH
|
||||||
AH.AHGotoPage("Python Help", "index.html", "")
|
AH.AHGotoPage("Python Help", None, None)
|
||||||
|
|
||||||
def domenu_appledocs(self, *args):
|
def domenu_appledocs(self, *args):
|
||||||
from Carbon import AH, AppleHelp
|
from Carbon import AH, AppleHelp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue