Skip to content

Commit bae5dda

Browse files
authored
fix some reference to Unicode 8 that should be to Unicode 9 (#2346)
1 parent d79ac2c commit bae5dda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Notes:
354354
The numeric literals accepted include the digits ``0`` to ``9`` or any
355355
Unicode equivalent (code points with the ``Nd`` property).
356356

357-
See http://www.unicode.org/Public/8.0.0/ucd/extracted/DerivedNumericType.txt
357+
See http://www.unicode.org/Public/9.0.0/ucd/extracted/DerivedNumericType.txt
358358
for a complete list of code points with the ``Nd`` property.
359359

360360

Doc/reference/lexical_analysis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ The Unicode category codes mentioned above stand for:
313313
* *Nd* - decimal numbers
314314
* *Pc* - connector punctuations
315315
* *Other_ID_Start* - explicit list of characters in `PropList.txt
316-
<http://www.unicode.org/Public/8.0.0/ucd/PropList.txt>`_ to support backwards
316+
<http://www.unicode.org/Public/9.0.0/ucd/PropList.txt>`_ to support backwards
317317
compatibility
318318
* *Other_ID_Continue* - likewise
319319

@@ -875,4 +875,4 @@ occurrence outside string literals and comments is an unconditional error:
875875
876876
.. rubric:: Footnotes
877877

878-
.. [#] http://www.unicode.org/Public/8.0.0/ucd/NameAliases.txt
878+
.. [#] http://www.unicode.org/Public/9.0.0/ucd/NameAliases.txt

0 commit comments

Comments
 (0)