diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-09-09 18:41:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-09 18:41:13 (GMT) |
commit | c1c04cbc24c11cd7a47579af3faffee05a16acd7 (patch) | |
tree | db2bf4b7df3c170c33912718aac338eb40d5d937 /Doc | |
parent | e83296314583ba9c7952d6539c63aae803a197ae (diff) | |
download | cpython-c1c04cbc24c11cd7a47579af3faffee05a16acd7.zip cpython-c1c04cbc24c11cd7a47579af3faffee05a16acd7.tar.gz cpython-c1c04cbc24c11cd7a47579af3faffee05a16acd7.tar.bz2 |
bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15301)
The link we have points to the version from Unicode 6.0.0, dated 2010.
There have been numerous updates to it since then:
https://www.unicode.org/reports/tr44/GH-Modifications
Change the link to one that points to the current version. Also, use HTTPS.
(cherry picked from commit 64c6ac74e254d31f93fcc74bf02b3daa7d3e3f25)
Co-authored-by: Greg Price <gnprice@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/unicodedata.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index ee790c0..225384c 100644 --- a/Doc/library/unicodedata.rst +++ b/Doc/library/unicodedata.rst @@ -22,7 +22,7 @@ this database is compiled from the `UCD version 12.1.0 The module uses the same names and symbols as defined by Unicode Standard Annex #44, `"Unicode Character Database" -<http://www.unicode.org/reports/tr44/tr44-6.html>`_. It defines the +<https://www.unicode.org/reports/tr44/>`_. It defines the following functions: |