From: Alexander Belopolsky Date: Wed, 22 Dec 2010 01:55:15 +0000 (+0000) Subject: Merged revisions 87433 via svnmerge from X-Git-Tag: v3.2.1b1~347^2~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a79a6765ce32f2112e4002dd3a970828cb2ccf50;p=python 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. ........ --- diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 51a291eaf2..9fdb3507da 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -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