From 64c6ac74e254d31f93fcc74bf02b3daa7d3e3f25 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Mon, 9 Sep 2019 09:37:13 -0700 Subject: [PATCH] bpo-36502: Update link to UAX #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/#Modifications Change the link to one that points to the current version. Also, use HTTPS. --- Doc/library/unicodedata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unicodedata.rst b/Doc/library/unicodedata.rst index ee790c0cd0..225384cf39 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" -`_. It defines the +`_. It defines the following functions: -- 2.50.1