mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +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
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue