Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f633367

Browse files
committed
Merge with 3.4
2 parents 5ef46ba + b6e1778 commit f633367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/EditorWindow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def __init__(self, flist=None, filename=None, key=None, root=None):
124124
# Safari requires real file:-URLs
125125
EditorWindow.help_url = 'file://' + EditorWindow.help_url
126126
else:
127-
EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2]
127+
EditorWindow.help_url = "https://docs.python.org/%d.%d/" % sys.version_info[:2]
128128
currentTheme=idleConf.CurrentTheme()
129129
self.flist = flist
130130
root = root or flist.root

0 commit comments

Comments
 (0)