diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-05-09 03:59:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-09 03:59:35 (GMT) |
commit | 3aca40d3cb4b9b6741cf3073d71fbfc682cab96d (patch) | |
tree | 0f2736344ed3b88a64249ed4f6ca3c040602fabf /Doc/reference | |
parent | 289f1f80ee87a4baf4567a86b3425fb3bf73291d (diff) | |
download | cpython-3aca40d3cb4b9b6741cf3073d71fbfc682cab96d.zip cpython-3aca40d3cb4b9b6741cf3073d71fbfc682cab96d.tar.gz cpython-3aca40d3cb4b9b6741cf3073d71fbfc682cab96d.tar.bz2 |
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Adds ㋿.
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 13adc1a..1cbe421 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.0.0/ucd/PropList.txt>`_ to support backwards + <http://www.unicode.org/Public/12.1.0/ucd/PropList.txt>`_ to support backwards compatibility * *Other_ID_Continue* - likewise |