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

Benjamin Peterson webhook-mailer at python.org
Mon Sep 9 13:10:11 EDT 2019


https://github.com/python/cpython/commit/58d61efd4cdece3b026868a66d829001198d29b1
commit: 58d61efd4cdece3b026868a66d829001198d29b1
branch: 2.7
author: Benjamin Peterson <benjamin at python.org>
committer: GitHub <noreply at github.com>
date: 2019-09-09T10:09:58-07:00
summary:

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

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 d7c48c4ab312..bed35effd1fb 100644
--- a/Doc/library/unicodedata.rst
+++ b/Doc/library/unicodedata.rst
@@ -20,7 +20,7 @@ based on the :file:`UnicodeData.txt` file version 5.2.0 which is publicly
 available from ftp://ftp.unicode.org/.
 
 The module uses the same names and symbols as defined by the UnicodeData File
-Format 5.2.0 (see http://www.unicode.org/reports/tr44/tr44-4.html).
+Format 5.2.0 (see https://www.unicode.org/reports/tr44/).
 It defines the following functions:
 
 



More information about the Python-checkins mailing list