summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-06-07 07:36:22 (GMT)
committerNed Deily <nad@python.org>2018-06-07 07:36:22 (GMT)
commit4705ea38c900f068fd262aca02943896d1123544 (patch)
tree584d1cb0fd3e1195964b7b01c24df462929b1c47 /Doc/reference
parentd2a2af0df4562f4adb0337a80b27d69167a60c32 (diff)
downloadcpython-4705ea38c900f068fd262aca02943896d1123544.zip
cpython-4705ea38c900f068fd262aca02943896d1123544.tar.gz
cpython-4705ea38c900f068fd262aca02943896d1123544.tar.bz2
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)
Also, standardize indentation of generated tables. (cherry picked from commit 7c69c1c0fba8c1c8ff3969bce4c1135736a4cc58) Co-authored-by: Benjamin Peterson <benjamin@python.org>
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/lexical_analysis.rst4
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