From be42c06bb01206209430f3ac08b72643dc7cad1c Mon Sep 17 00:00:00 2001 From: Noah Kantrowitz Date: Fri, 30 Jul 2021 06:54:46 -0700 Subject: Update URLs in comments and metadata to use HTTPS (GH-27458) --- Lib/idlelib/macosx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib') diff --git a/Lib/idlelib/macosx.py b/Lib/idlelib/macosx.py index eeaab59ae80..470de5d89ca 100644 --- a/Lib/idlelib/macosx.py +++ b/Lib/idlelib/macosx.py @@ -83,7 +83,7 @@ def tkVersionWarning(root): return False return ("WARNING: The version of Tcl/Tk ({0}) in use may" " be unstable.\n" - "Visit http://www.python.org/download/mac/tcltk/" + "Visit https://www.python.org/download/mac/tcltk/" " for current information.".format(patchlevel)) else: return False -- cgit v1.2.3