]> granicus.if.org Git - python/commitdiff
Both PEP 3131 and the current implementation use NFKC normalization
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 22 Dec 2010 01:37:36 +0000 (01:37 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Wed, 22 Dec 2010 01:37:36 +0000 (01:37 +0000)
for identifiers.  Fixed the documentation to agree.

Doc/reference/lexical_analysis.rst

index 51a291eaf237d23be8f932ec24c0a45a32293e8b..9fdb3507da4d40b9f0390502432a251ca2e20dfd 100644 (file)
@@ -309,8 +309,8 @@ The Unicode category codes mentioned above stand for:
 * *Nd* - decimal numbers
 * *Pc* - connector punctuations
 
-All identifiers are converted into the normal form NFC while parsing; comparison
-of identifiers is based on NFC.
+All identifiers are converted into the normal form NFKC while parsing; comparison
+of identifiers is based on NFKC.
 
 A non-normative HTML file listing all valid identifier characters for Unicode
 4.1 can be found at