mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
closes gh-124016: update Unicode to 16.0.0 (#124017)
This commit is contained in:
parent
a9594a34c6
commit
bb904e063d
12 changed files with 23668 additions and 21778 deletions
|
@ -314,7 +314,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/15.1.0/ucd/PropList.txt>`_ to support backwards
|
||||
<https://www.unicode.org/Public/16.0.0/ucd/PropList.txt>`_ to support backwards
|
||||
compatibility
|
||||
* *Other_ID_Continue* - likewise
|
||||
|
||||
|
@ -322,8 +322,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
|
||||
15.1.0 can be found at
|
||||
https://www.unicode.org/Public/15.1.0/ucd/DerivedCoreProperties.txt
|
||||
16.0.0 can be found at
|
||||
https://www.unicode.org/Public/16.0.0/ucd/DerivedCoreProperties.txt
|
||||
|
||||
|
||||
.. _keywords:
|
||||
|
@ -1044,4 +1044,4 @@ occurrence outside string literals and comments is an unconditional error:
|
|||
|
||||
.. rubric:: Footnotes
|
||||
|
||||
.. [#] https://www.unicode.org/Public/15.1.0/ucd/NameAliases.txt
|
||||
.. [#] https://www.unicode.org/Public/16.0.0/ucd/NameAliases.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue