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 Jim.Jewett
Recipients Jim.Jewett, benjamin.peterson, ezio.melotti
Date 2012-01-19.01:07:53
SpamBayes Score 5.6966197e-05
Marked as misclassified No
Message-id <1326935274.7.0.498177239166.issue13821@psf.upfronthosting.co.za>
In-reply-to
Content
@Benjamin -- the catch is, if it isn't already in NFKC form, then python won't really accept it as an identifier.  Sometimes it will silently canonicalize it for you so that it seems to work, but other times it won't.  And program calling isidentifier is likely to be a program that uses the strings directly for access, instead of always routing them through the parser.
History
Date User Action Args
2012-01-19 01:07:54Jim.Jewettsetrecipients: + Jim.Jewett, benjamin.peterson, ezio.melotti
2012-01-19 01:07:54Jim.Jewettsetmessageid: <1326935274.7.0.498177239166.issue13821@psf.upfronthosting.co.za>
2012-01-19 01:07:54Jim.Jewettlinkissue13821 messages
2012-01-19 01:07:53Jim.Jewettcreate