[issue21765] Idle: make 3.x HyperParser work with non-ascii identifiers.

Martin v. Löwis report at bugs.python.org
Sat Jun 21 12:26:11 CEST 2014


Martin v. Löwis added the comment:

The Other_ID_Start property is defined in

http://www.unicode.org/Public/UCD/latest/ucd/PropList.txt

It currently includes 4 characters.

However, I would propose that methods .isidstart and .isidcontinue get added to the str type if there is a need for them.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21765>
_______________________________________


More information about the Python-bugs-list mailing list