Changes by Baiju M :
--
nosy: +baijum
___
Python tracker
<http://bugs.python.org/issue10297>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Baiju M :
--
components: +Distutils2
___
Python tracker
<http://bugs.python.org/issue7894>
___
___
Python-bugs-list mailing list
Unsubscribe:
Baiju M added the comment:
I think RFC-3454 [1] can be used as a base for selecting the control
characters which can be used as a valid identifier character.
[1] http://www.rfc-editor.org/rfc/rfc3454.txt
___
Python tracker
<http://bugs.python.
Baiju M added the comment:
On a further look at this issue, I understood Python cannot use all
Unicode control characters as identifiers. But for many international
languages, without some control characters like ZWJ & ZWNJ [1], it won't
be possible to construct all characters wi
New submission from Baiju M :
I tried to use Zero-width joiner (U+200D) as part of an identifier.
It produce an exception like this:
SyntaxError: invalid character in identifier
I have attached the Python file which produce this error.
Zero-width joiner (U+200D) is a Unicode control character