From: Terry Jan Reedy Date: Sat, 20 Sep 2014 02:54:15 +0000 (-0400) Subject: Update Idle's online doc url. X-Git-Tag: v3.4.2rc1~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6e1778cbd0ca57f81fbe049be1c93ea2a44caca;p=thirdparty%2FPython%2Fcpython.git Update Idle's online doc url. --- diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py index 2855347eb11f..31336a3d9920 100644 --- a/Lib/idlelib/EditorWindow.py +++ b/Lib/idlelib/EditorWindow.py @@ -124,7 +124,7 @@ class EditorWindow(object): # Safari requires real file:-URLs EditorWindow.help_url = 'file://' + EditorWindow.help_url 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() self.flist = flist root = root or flist.root