This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author baijum
Recipients baijum
Date 2009-02-24.11:53:48
SpamBayes Score 8.529622e-05
Marked as misclassified No
Message-id <1235476432.19.0.732411111445.issue5358@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-02-24 11:53:53baijumsetrecipients: + baijum
2009-02-24 11:53:52baijumsetmessageid: <1235476432.19.0.732411111445.issue5358@psf.upfronthosting.co.za>
2009-02-24 11:53:50baijumlinkissue5358 messages
2009-02-24 11:53:49baijumcreate