]> granicus.if.org Git - python/commitdiff
Update Idle's online doc url.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 20 Sep 2014 02:54:15 +0000 (22:54 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 20 Sep 2014 02:54:15 +0000 (22:54 -0400)
Lib/idlelib/EditorWindow.py

index 2855347eb11f9db79926878a8e9d05f4eb77a234..31336a3d9920532356de535e6f0b6b130fbc8522 100644 (file)
@@ -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