https://hg.python.org/cpython/rev/8437c613b69f changeset: 92485:8437c613b69f parent: 92482:ab050bd7e51c parent: 92484:d41fa37dbf42 user: Terry Jan Reedy <tjreedy at udel.edu> date: Fri Sep 19 22:54:27 2014 -0400 summary: Merge with 3.4 files: Lib/idlelib/EditorWindow.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py --- a/Lib/idlelib/EditorWindow.py +++ b/Lib/idlelib/EditorWindow.py @@ -124,7 +124,7 @@ # 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 -- Repository URL: https://hg.python.org/cpython