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) --- Parser/tokenizer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Parser/tokenizer.c') diff --git a/Parser/tokenizer.c b/Parser/tokenizer.c index 50a0afc05c..90eee28e12 100644 --- a/Parser/tokenizer.c +++ b/Parser/tokenizer.c @@ -545,7 +545,7 @@ ensure_utf8(char *line, struct tok_state *tok) "Non-UTF-8 code starting with '\\x%.2x' " "in file %U on line %i, " "but no encoding declared; " - "see http://python.org/dev/peps/pep-0263/ for details", + "see https://python.org/dev/peps/pep-0263/ for details", badchar, tok->filename, tok->lineno + 1); return 0; } -- cgit v1.2.1