summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-09-20 02:54:27 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-09-20 02:54:27 (GMT)
commitf63336723193d9560a184ef803bc1d723d2a735d (patch)
tree00b3ba26ddc7878f8f91dcf535d15b1ccb8e28db
parent5ef46ba63afb6cc39cd38bfccade04601aad9b81 (diff)
parentb6e1778cbd0ca57f81fbe049be1c93ea2a44caca (diff)
downloadcpython-f63336723193d9560a184ef803bc1d723d2a735d.zip
cpython-f63336723193d9560a184ef803bc1d723d2a735d.tar.gz
cpython-f63336723193d9560a184ef803bc1d723d2a735d.tar.bz2
Merge with 3.4
-rw-r--r--Lib/idlelib/EditorWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py
index 2855347..31336a3 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