summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/EditorWindow.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-09-20 02:54:09 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-09-20 02:54:09 (GMT)
commitb17c1e08d9effb79d6c9ea27d30dc2d2fc6bdbe7 (patch)
treef91f89631b37080ff38ce2530cbfdffbe983351d /Lib/idlelib/EditorWindow.py
parentbee003cf539c79ae4a047f47ce4ea7dc377763e5 (diff)
downloadcpython-b17c1e08d9effb79d6c9ea27d30dc2d2fc6bdbe7.zip
cpython-b17c1e08d9effb79d6c9ea27d30dc2d2fc6bdbe7.tar.gz
cpython-b17c1e08d9effb79d6c9ea27d30dc2d2fc6bdbe7.tar.bz2
Update Idle's online doc url.
Diffstat (limited to 'Lib/idlelib/EditorWindow.py')
-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 6ed2f2c..cc33baf 100644
--- a/Lib/idlelib/EditorWindow.py
+++ b/Lib/idlelib/EditorWindow.py
@@ -153,7 +153,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