mirror of
https://github.com/python/cpython.git
synced 2025-07-12 22:05:16 +00:00
Update URLs in comments and metadata to use HTTPS (GH-27458)
This commit is contained in:
parent
ea4673ed07
commit
be42c06bb0
39 changed files with 58 additions and 58 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue