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 /Lib/test/test_unicode.py | |
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 'Lib/test/test_unicode.py')
-rw-r--r-- | Lib/test/test_unicode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicode.py b/Lib/test/test_unicode.py index 8636f2b..2839889 100644 --- a/Lib/test/test_unicode.py +++ b/Lib/test/test_unicode.py @@ -1752,7 +1752,7 @@ class UnicodeTest(string_tests.CommonTest, # Issue #8271: during the decoding of an invalid UTF-8 byte sequence, # only the start byte and the continuation byte(s) are now considered # invalid, instead of the number of bytes specified by the start byte. - # See http://www.unicode.org/versions/Unicode5.2.0/ch03.pdf (page 95, + # See https://www.unicode.org/versions/Unicode5.2.0/ch03.pdf (page 95, # table 3-8, Row 2) for more information about the algorithm used. FFFD = '\ufffd' sequences = [ |