Skip to content

Commit bf30da2

Browse files
gnpricebenjaminp
authored andcommitted
[2.7] 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 64c6ac7) Co-authored-by: Greg Price <[email protected]>
1 parent 2fb6921 commit bf30da2

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
@@ -20,7 +20,7 @@ based on the :file:`UnicodeData.txt` file version 5.2.0 which is publicly
2020
available from ftp://ftp.unicode.org/.
2121

2222
The module uses the same names and symbols as defined by the UnicodeData File
23-
Format 5.2.0 (see http://www.unicode.org/reports/tr44/tr44-4.html).
23+
Format 5.2.0 (see https://www.unicode.org/reports/tr44/).
2424
It defines the following functions:
2525

2626

0 commit comments

Comments
 (0)