mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
fix some reference to Unicode 8 that should be to Unicode 9 (#2346)
This commit is contained in:
parent
d79ac2c246
commit
bae5ddab2c
2 changed files with 3 additions and 3 deletions
|
@ -354,7 +354,7 @@ Notes:
|
||||||
The numeric literals accepted include the digits ``0`` to ``9`` or any
|
The numeric literals accepted include the digits ``0`` to ``9`` or any
|
||||||
Unicode equivalent (code points with the ``Nd`` property).
|
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.
|
for a complete list of code points with the ``Nd`` property.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -313,7 +313,7 @@ The Unicode category codes mentioned above stand for:
|
||||||
* *Nd* - decimal numbers
|
* *Nd* - decimal numbers
|
||||||
* *Pc* - connector punctuations
|
* *Pc* - connector punctuations
|
||||||
* *Other_ID_Start* - explicit list of characters in `PropList.txt
|
* *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
|
compatibility
|
||||||
* *Other_ID_Continue* - likewise
|
* *Other_ID_Continue* - likewise
|
||||||
|
|
||||||
|
@ -875,4 +875,4 @@ occurrence outside string literals and comments is an unconditional error:
|
||||||
|
|
||||||
.. rubric:: Footnotes
|
.. rubric:: Footnotes
|
||||||
|
|
||||||
.. [#] http://www.unicode.org/Public/8.0.0/ucd/NameAliases.txt
|
.. [#] http://www.unicode.org/Public/9.0.0/ucd/NameAliases.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue