mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
This commit is contained in:
parent
69d9a08099
commit
fd1e477f53
11 changed files with 27925 additions and 27632 deletions
|
@ -315,7 +315,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
|
||||
<https://www.unicode.org/Public/14.0.0/ucd/PropList.txt>`_ to support backwards
|
||||
<https://www.unicode.org/Public/15.0.0/ucd/PropList.txt>`_ to support backwards
|
||||
compatibility
|
||||
* *Other_ID_Continue* - likewise
|
||||
|
||||
|
@ -323,8 +323,8 @@ All identifiers are converted into the normal form NFKC while parsing; compariso
|
|||
of identifiers is based on NFKC.
|
||||
|
||||
A non-normative HTML file listing all valid identifier characters for Unicode
|
||||
14.0.0 can be found at
|
||||
https://www.unicode.org/Public/14.0.0/ucd/DerivedCoreProperties.txt
|
||||
15.0.0 can be found at
|
||||
https://www.unicode.org/Public/15.0.0/ucd/DerivedCoreProperties.txt
|
||||
|
||||
|
||||
.. _keywords:
|
||||
|
@ -1013,4 +1013,4 @@ occurrence outside string literals and comments is an unconditional error:
|
|||
|
||||
.. rubric:: Footnotes
|
||||
|
||||
.. [#] https://www.unicode.org/Public/11.0.0/ucd/NameAliases.txt
|
||||
.. [#] https://www.unicode.org/Public/15.0.0/ucd/NameAliases.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue