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_unicodedata.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_unicodedata.py')
-rw-r--r-- | Lib/test/test_unicodedata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py index 4b5c892..60b1aac 100644 --- a/Lib/test/test_unicodedata.py +++ b/Lib/test/test_unicodedata.py @@ -176,7 +176,7 @@ class UnicodeFunctionsTest(UnicodeDatabaseTest): self.assertRaises(TypeError, self.db.combining, 'xx') def test_pr29(self): - # http://www.unicode.org/review/pr-29.html + # https://www.unicode.org/review/pr-29.html # See issues #1054943 and #10254. composed = ("\u0b47\u0300\u0b3e", "\u1100\u0300\u1161", 'Li\u030dt-s\u1e73\u0301', |