mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Both PEP 3131 and the current implementation use NFKC normalization
for identifiers. Fixed the documentation to agree.
This commit is contained in:
parent
8d855d8304
commit
1a7a2e03b2
1 changed files with 2 additions and 2 deletions
|
@ -309,8 +309,8 @@ The Unicode category codes mentioned above stand for:
|
||||||
* *Nd* - decimal numbers
|
* *Nd* - decimal numbers
|
||||||
* *Pc* - connector punctuations
|
* *Pc* - connector punctuations
|
||||||
|
|
||||||
All identifiers are converted into the normal form NFC while parsing; comparison
|
All identifiers are converted into the normal form NFKC while parsing; comparison
|
||||||
of identifiers is based on NFC.
|
of identifiers is based on NFKC.
|
||||||
|
|
||||||
A non-normative HTML file listing all valid identifier characters for Unicode
|
A non-normative HTML file listing all valid identifier characters for Unicode
|
||||||
4.1 can be found at
|
4.1 can be found at
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue