diff options
author | Benjamin Peterson <benjamin@python.org> | 2018-06-07 03:14:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-07 03:14:28 (GMT) |
commit | 7c69c1c0fba8c1c8ff3969bce4c1135736a4cc58 (patch) | |
tree | 590e8ac910d6144cf9f2b4ab0d179fc096d3af5a /Doc/reference | |
parent | 9f04f0df6fdb27190690bda949d213893d14e807 (diff) | |
download | cpython-7c69c1c0fba8c1c8ff3969bce4c1135736a4cc58.zip cpython-7c69c1c0fba8c1c8ff3969bce4c1135736a4cc58.tar.gz cpython-7c69c1c0fba8c1c8ff3969bce4c1135736a4cc58.tar.bz2 |
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Also, standardize indentation of generated tables.
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/lexical_analysis.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index c6d96ca..1fe1a51 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -313,7 +313,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/10.0.0/ucd/PropList.txt>`_ to support backwards + <http://www.unicode.org/Public/11.0.0/ucd/PropList.txt>`_ to support backwards compatibility * *Other_ID_Continue* - likewise @@ -876,4 +876,4 @@ occurrence outside string literals and comments is an unconditional error: .. rubric:: Footnotes -.. [#] http://www.unicode.org/Public/10.0.0/ucd/NameAliases.txt +.. [#] http://www.unicode.org/Public/11.0.0/ucd/NameAliases.txt |