]> granicus.if.org Git - python/commitdiff
fix some reference to Unicode 8 that should be to Unicode 9 (#2346)
authorBenjamin Peterson <benjamin@python.org>
Fri, 23 Jun 2017 06:11:52 +0000 (23:11 -0700)
committerGitHub <noreply@github.com>
Fri, 23 Jun 2017 06:11:52 +0000 (23:11 -0700)
Doc/library/stdtypes.rst
Doc/reference/lexical_analysis.rst

index 083fe5367af9d8c6a24107825c82e52528b143b7..5ab8177490d6ce2e56408f00477897f58942e4c2 100644 (file)
@@ -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.
 
 
index 7f9c66481785c1f6950bcd26c0acf58b56a81261..fff31a3ce4f242495525e479ae3be8ede0780070 100644 (file)
@@ -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/8.0.0/ucd/PropList.txt>`_ to support backwards
+  <http://www.unicode.org/Public/9.0.0/ucd/PropList.txt>`_ 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