Skip to content

Commit a79a676

Browse files
committed
Merged revisions 87433 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87433 | alexander.belopolsky | 2010-12-21 20:37:36 -0500 (Tue, 21 Dec 2010) | 3 lines Both PEP 3131 and the current implementation use NFKC normalization for identifiers. Fixed the documentation to agree. ........
1 parent 30f9c8c commit a79a676

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/reference/lexical_analysis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ The Unicode category codes mentioned above stand for:
309309
* *Nd* - decimal numbers
310310
* *Pc* - connector punctuations
311311

312-
All identifiers are converted into the normal form NFC while parsing; comparison
313-
of identifiers is based on NFC.
312+
All identifiers are converted into the normal form NFKC while parsing; comparison
313+
of identifiers is based on NFKC.
314314

315315
A non-normative HTML file listing all valid identifier characters for Unicode
316316
4.1 can be found at

0 commit comments

Comments
 (0)