diff options
author | Benjamin Peterson <benjamin@python.org> | 2020-03-11 04:10:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 04:10:59 (GMT) |
commit | 51796e5d2632e6ada81ca677b4153f4ccd490702 (patch) | |
tree | dcfc21d9d0713916f005f5c952a9ce629b01a878 /Objects | |
parent | 051b9d08d1e6a8b1022a2bd9166be51c0b152698 (diff) | |
download | cpython-51796e5d2632e6ada81ca677b4153f4ccd490702.zip cpython-51796e5d2632e6ada81ca677b4153f4ccd490702.tar.gz cpython-51796e5d2632e6ada81ca677b4153f4ccd490702.tar.bz2 |
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/stringlib/codecs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/stringlib/codecs.h b/Objects/stringlib/codecs.h index eb42e07..39c1553 100644 --- a/Objects/stringlib/codecs.h +++ b/Objects/stringlib/codecs.h @@ -153,7 +153,7 @@ STRINGLIB(utf8_decode)(const char **inptr, const char *end, /* Decoding UTF-8 sequences in range \xED\xA0\x80-\xED\xBF\xBF will result in surrogates in range D800-DFFF. Surrogates are not valid UTF-8 so they are rejected. - See http://www.unicode.org/versions/Unicode5.2.0/ch03.pdf + See https://www.unicode.org/versions/Unicode5.2.0/ch03.pdf (table 3-7) and http://www.rfc-editor.org/rfc/rfc3629.txt */ goto InvalidContinuation1; } |