[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
- Previous message: [Python-Dev] [Python-checkins] r87433 - python/branches/py3k/Doc/reference/lexical_analysis.rst
- Next message: [Python-Dev] phd.pp.ru => phdru.name
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 $
- Previous message: [Python-Dev] [Python-checkins] r87433 - python/branches/py3k/Doc/reference/lexical_analysis.rst
- Next message: [Python-Dev] phd.pp.ru => phdru.name
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]