Commit a79a6765 authored by Alexander Belopolsky's avatar Alexander Belopolsky

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.
........
parent 30f9c8c6
...@@ -309,8 +309,8 @@ The Unicode category codes mentioned above stand for: ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment