Kaydet (Commit) 7b4c2bed authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Use Georg's new permalinks to documentation by version number.

That assures that IDLE's help always points to the correct
version and the latest update with all bug fixes.
üst 230dd276
......@@ -80,7 +80,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/%d.%d" % sys.version_info[:2]
currentTheme=idleConf.CurrentTheme()
self.flist = flist
root = root or flist.root
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment