From: Raymond Hettinger Date: Tue, 20 Jan 2009 10:46:23 +0000 (+0000) Subject: Use Georg's new permalinks to documentation by version number. X-Git-Tag: v2.7a1~2239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b4c2beda6b54c28070a04467e22e03f90b43450;p=python 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. --- diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py index 8d35198c17..0b34242f93 100644 --- a/Lib/idlelib/EditorWindow.py +++ b/Lib/idlelib/EditorWindow.py @@ -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