Point IDLE menu Help / Python Docs at Python 3000 version
This commit is contained in:
parent
9cd1e09deb
commit
d953f6e2c7
|
@ -82,7 +82,7 @@ class EditorWindow(object):
|
|||
# Safari requires real file:-URLs
|
||||
EditorWindow.help_url = 'file://' + EditorWindow.help_url
|
||||
else:
|
||||
EditorWindow.help_url = "http://www.python.org/doc/current"
|
||||
EditorWindow.help_url = "http://docs.python.org/dev/3.0/"
|
||||
currentTheme=idleConf.CurrentTheme()
|
||||
self.flist = flist
|
||||
root = root or flist.root
|
||||
|
|
Loading…
Reference in New Issue