Baiju M <baiju.m.m...@gmail.com> 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 with proper visual representation. So, if Python really want to support international characters as identifiers (for some reason), ZWJ & ZWNJ are unavoidable, may be some other characters also.
[1] http://en.wikipedia.org/wiki/Zero-width_joiner http://en.wikipedia.org/wiki/Zero-width_non-joiner _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5358> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com