From: Benjamin Peterson Date: Fri, 23 Jun 2017 06:11:52 +0000 (-0700) Subject: fix some reference to Unicode 8 that should be to Unicode 9 (#2346) X-Git-Tag: v3.6.3rc1~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bae5ddab2c7b602cc846beef7285b4d2ae376d66;p=python fix some reference to Unicode 8 that should be to Unicode 9 (#2346) --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 083fe5367a..5ab8177490 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -354,7 +354,7 @@ Notes: The numeric literals accepted include the digits ``0`` to ``9`` or any Unicode equivalent (code points with the ``Nd`` property). - See http://www.unicode.org/Public/8.0.0/ucd/extracted/DerivedNumericType.txt + See http://www.unicode.org/Public/9.0.0/ucd/extracted/DerivedNumericType.txt for a complete list of code points with the ``Nd`` property. diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 7f9c664817..fff31a3ce4 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 - `_ to support backwards + `_ to support backwards compatibility * *Other_ID_Continue* - likewise @@ -875,4 +875,4 @@ occurrence outside string literals and comments is an unconditional error: .. rubric:: Footnotes -.. [#] http://www.unicode.org/Public/8.0.0/ucd/NameAliases.txt +.. [#] http://www.unicode.org/Public/9.0.0/ucd/NameAliases.txt