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 /Doc/reference | |
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 'Doc/reference')
-rw-r--r-- | Doc/reference/lexical_analysis.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index c5157ef..7e912aa 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -316,7 +316,7 @@ The Unicode category codes mentioned above stand for: * *Nd* - decimal numbers * *Pc* - connector punctuations * *Other_ID_Start* - explicit list of characters in `PropList.txt - <http://www.unicode.org/Public/13.0.0/ucd/PropList.txt>`_ to support backwards + <https://www.unicode.org/Public/13.0.0/ucd/PropList.txt>`_ to support backwards compatibility * *Other_ID_Continue* - likewise @@ -934,4 +934,4 @@ occurrence outside string literals and comments is an unconditional error: .. rubric:: Footnotes -.. [#] http://www.unicode.org/Public/11.0.0/ucd/NameAliases.txt +.. [#] https://www.unicode.org/Public/11.0.0/ucd/NameAliases.txt |