New submission from Baiju M <[email protected]>: 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: http://en.wikipedia.org/wiki/Unicode_control_characters ---------- components: Unicode files: identifier.py messages: 82664 nosy: baijum severity: normal status: open title: Unicode control characters are not allowed as identifiers type: behavior versions: Python 3.0, Python 3.1 Added file: http://bugs.python.org/file13162/identifier.py _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue5358> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
