Skip to content

Commit 5f16f90

Browse files
committed
python#18176: Change generic UCD PropList link to version specific link.
1 parent 8675799 commit 5f16f90

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/reference/lexical_analysis.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,9 @@ The Unicode category codes mentioned above stand for:
310310
* *Mc* - spacing combining marks
311311
* *Nd* - decimal numbers
312312
* *Pc* - connector punctuations
313-
* *Other_ID_Start* - explicit list of characters in `PropList.txt <http://unicode.org/Public/UNIDATA/PropList.txt>`_ to support backwards compatibility
313+
* *Other_ID_Start* - explicit list of characters in `PropList.txt
314+
<http://www.unicode.org/Public/6.3.0/ucd/PropList.txt>`_ to support backwards
315+
compatibility
314316
* *Other_ID_Continue* - likewise
315317

316318
All identifiers are converted into the normal form NFKC while parsing; comparison

Tools/unicode/makeunicodedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# When changing UCD version please update
4242
# * Doc/library/stdtypes.rst, and
4343
# * Doc/library/unicodedata.rst
44-
# * Doc/reference/lexical_analysis.rst
44+
# * Doc/reference/lexical_analysis.rst (two occurrences)
4545
UNIDATA_VERSION = "6.3.0"
4646
UNICODE_DATA = "UnicodeData%s.txt"
4747
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"

0 commit comments

Comments
 (0)