diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-10-10 00:47:31 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-10-10 00:47:31 (GMT) |
commit | 2623a5db6f0bae52e6b98a818074ff3f642b7d06 (patch) | |
tree | e8692ecc80a0c629cc8ba7390c284ab58a6e5a8a /Doc/reference/lexical_analysis.rst | |
parent | e66dc2aecc8f9e7c026562bb3a3e6ea85927477a (diff) | |
parent | 5f16f90d1b1dcd69dcc8bfc2de266c93bee55470 (diff) | |
download | cpython-2623a5db6f0bae52e6b98a818074ff3f642b7d06.zip cpython-2623a5db6f0bae52e6b98a818074ff3f642b7d06.tar.gz cpython-2623a5db6f0bae52e6b98a818074ff3f642b7d06.tar.bz2 |
Merge: #18176: Change generic UCD PropList link to version specific link.
Diffstat (limited to 'Doc/reference/lexical_analysis.rst')
-rw-r--r-- | Doc/reference/lexical_analysis.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index ee1914a..561a75e 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -310,7 +310,9 @@ The Unicode category codes mentioned above stand for: * *Mc* - spacing combining marks * *Nd* - decimal numbers * *Pc* - connector punctuations -* *Other_ID_Start* - explicit list of characters in `PropList.txt <http://unicode.org/Public/UNIDATA/PropList.txt>`_ to support backwards compatibility +* *Other_ID_Start* - explicit list of characters in `PropList.txt + <http://www.unicode.org/Public/7.0.0/ucd/PropList.txt>`_ to support backwards + compatibility * *Other_ID_Continue* - likewise All identifiers are converted into the normal form NFKC while parsing; comparison |