diff options
author | Benjamin Peterson <benjamin@python.org> | 2020-03-10 21:10:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 21:10:59 -0700 |
commit | 51796e5d2632e6ada81ca677b4153f4ccd490702 (patch) | |
tree | dcfc21d9d0713916f005f5c952a9ce629b01a878 /Doc/library | |
parent | 051b9d08d1e6a8b1022a2bd9166be51c0b152698 (diff) | |
download | cpython-git-51796e5d2632e6ada81ca677b4153f4ccd490702.tar.gz |
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/stdtypes.rst | 2 | ||||
-rw-r--r-- | Doc/library/unicodedata.rst | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 2f46babf5d..a1364d472d 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -352,7 +352,7 @@ Notes: The numeric literals accepted include the digits ``0`` to ``9`` or any Unicode equivalent (code points with the ``Nd`` property). - See http://www.unicode.org/Public/13.0.0/ucd/extracted/DerivedNumericType.txt + See https://www.unicode.org/Public/13.0.0/ucd/extracted/DerivedNumericType.txt for a complete list of code points with the ``Nd`` property. diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index 124170f198..dade3f265b 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -18,7 +18,7 @@ This module provides access to the Unicode Character Database (UCD) which defines character properties for all Unicode characters. The data contained in this database is compiled from the `UCD version 13.0.0 -<http://www.unicode.org/Public/13.0.0/ucd>`_. +<https://www.unicode.org/Public/13.0.0/ucd>`_. The module uses the same names and symbols as defined by Unicode Standard Annex #44, `"Unicode Character Database" @@ -175,6 +175,6 @@ Examples: .. rubric:: Footnotes -.. [#] http://www.unicode.org/Public/13.0.0/ucd/NameAliases.txt +.. [#] https://www.unicode.org/Public/13.0.0/ucd/NameAliases.txt -.. [#] http://www.unicode.org/Public/13.0.0/ucd/NamedSequences.txt +.. [#] https://www.unicode.org/Public/13.0.0/ucd/NamedSequences.txt |