diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-06-27 20:45:56 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-06-27 20:45:56 (GMT) |
commit | 4801383c2953d3a45beafa1e945d60412460b9c3 (patch) | |
tree | 2f2233c9eb026801ebc4cbb9dc4a23047afaee92 /Doc/reference | |
parent | 7b78d4364da086baf77202e6e9f6839128a366ff (diff) | |
download | cpython-4801383c2953d3a45beafa1e945d60412460b9c3.zip cpython-4801383c2953d3a45beafa1e945d60412460b9c3.tar.gz cpython-4801383c2953d3a45beafa1e945d60412460b9c3.tar.bz2 |
upgrade to Unicode 8.0.0
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 769e0a7..27d6a8a 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -311,7 +311,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/7.0.0/ucd/PropList.txt>`_ to support backwards + <http://www.unicode.org/Public/8.0.0/ucd/PropList.txt>`_ to support backwards compatibility * *Other_ID_Continue* - likewise @@ -727,4 +727,4 @@ occurrence outside string literals and comments is an unconditional error:: .. rubric:: Footnotes -.. [#] http://www.unicode.org/Public/7.0.0/ucd/NameAliases.txt +.. [#] http://www.unicode.org/Public/8.0.0/ucd/NameAliases.txt |