Point IDLE menu Help / Python Docs at Python 3000 version

This commit is contained in:
Kurt B. Kaiser 2007-08-31 21:40:34 +00:00
parent 9cd1e09deb
commit d953f6e2c7
1 changed files with 1 additions and 1 deletions

View File

@ -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