mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Point IDLE menu Help / Python Docs at Python 3000 version
This commit is contained in:
parent
9cd1e09deb
commit
d953f6e2c7
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class EditorWindow(object):
|
||||||
# Safari requires real file:-URLs
|
# Safari requires real file:-URLs
|
||||||
EditorWindow.help_url = 'file://' + EditorWindow.help_url
|
EditorWindow.help_url = 'file://' + EditorWindow.help_url
|
||||||
else:
|
else:
|
||||||
EditorWindow.help_url = "http://www.python.org/doc/current"
|
EditorWindow.help_url = "http://docs.python.org/dev/3.0/"
|
||||||
currentTheme=idleConf.CurrentTheme()
|
currentTheme=idleConf.CurrentTheme()
|
||||||
self.flist = flist
|
self.flist = flist
|
||||||
root = root or flist.root
|
root = root or flist.root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue