[Python-checkins] bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15301)

Miss Islington (bot) webhook-mailer at python.org
Mon Sep 9 14:40:09 EDT 2019


https://github.com/python/cpython/commit/0a86da87da82c4a28d7ec91eb54c0b9ca40bbea7
commit: 0a86da87da82c4a28d7ec91eb54c0b9ca40bbea7
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-09-09T11:40:03-07:00
summary:

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 at gmail.com>

files:
M Doc/library/unicodedata.rst

diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst
index 59548f3e8b4a..d0dae72f8070 100644
--- a/Doc/library/unicodedata.rst
+++ b/Doc/library/unicodedata.rst
@@ -22,7 +22,7 @@ this database is compiled from the `UCD version 11.0.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:
 
 



More information about the Python-checkins mailing list