diff options
author | Benjamin Peterson <benjamin@python.org> | 2020-03-11 03:41:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 03:41:34 (GMT) |
commit | 051b9d08d1e6a8b1022a2bd9166be51c0b152698 (patch) | |
tree | 3f7eb694da64c60b304d073bac8cf703cbbc8f5f /Doc/reference | |
parent | 76d5877b72cbe66eb3b6d8caa8d19f89a938ada2 (diff) | |
download | cpython-051b9d08d1e6a8b1022a2bd9166be51c0b152698.zip cpython-051b9d08d1e6a8b1022a2bd9166be51c0b152698.tar.gz cpython-051b9d08d1e6a8b1022a2bd9166be51c0b152698.tar.bz2 |
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/lexical_analysis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 3d4b03e..c5157ef 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -316,7 +316,7 @@ The Unicode category codes mentioned above stand for: * *Nd* - decimal numbers * *Pc* - connector punctuations * *Other_ID_Start* - explicit list of characters in `PropList.txt - <http://www.unicode.org/Public/12.1.0/ucd/PropList.txt>`_ to support backwards + <http://www.unicode.org/Public/13.0.0/ucd/PropList.txt>`_ to support backwards compatibility * *Other_ID_Continue* - likewise |