Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64c6ac7

Browse files
gnpricebenjaminp
authored andcommitted
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.
1 parent 850573b commit 64c6ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unicodedata.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ this database is compiled from the `UCD version 12.1.0
2222

2323
The module uses the same names and symbols as defined by Unicode
2424
Standard Annex #44, `"Unicode Character Database"
25-
<http://www.unicode.org/reports/tr44/tr44-6.html>`_. It defines the
25+
<https://www.unicode.org/reports/tr44/>`_. It defines the
2626
following functions:
2727

2828

0 commit comments

Comments
 (0)