mirror of https://github.com/python/cpython
Merge with 3.4
This commit is contained in:
commit
f633367231
|
@ -124,7 +124,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://docs.python.org/%d.%d" % sys.version_info[:2]
|
EditorWindow.help_url = "https://docs.python.org/%d.%d/" % sys.version_info[:2]
|
||||||
currentTheme=idleConf.CurrentTheme()
|
currentTheme=idleConf.CurrentTheme()
|
||||||
self.flist = flist
|
self.flist = flist
|
||||||
root = root or flist.root
|
root = root or flist.root
|
||||||
|
|
Loading…
Reference in New Issue