[Python-Dev] [Python-checkins] r87433 - python/branches/py3k/Doc/reference/lexical_analysis.rst (original) (raw)

Alexander Belopolsky alexander.belopolsky at gmail.com
Wed Dec 22 04:31:02 CET 2010


On Tue, Dec 21, 2010 at 9:16 PM, Terry Reedy <tjreedy at udel.edu> wrote: ..

 A non-normative HTML file listing all valid identifier characters for Unicode  4.1 can be found at http://www.dcl.hpi.uni-potsdam.de/home/loewis/table-3131.html Has that file been updated for Unicode 6.0?

Apparently not. In Python 3.2:

'\N{KANNADA SIGN JIHVAMULIYA}'.isidentifier() True $ curl -s http://www.dcl.hpi.uni-potsdam.de/home/loewis/table-3131.html| grep JIHVAMULIYA $



More information about the Python-Dev mailing list