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 sethwoodworth
Recipients ezio.melotti, sethwoodworth, steven.daprano, tianrluo, vstinner
Date 2020-08-14.14:03:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597413817.92.0.472445857575.issue41542@roundup.psfhosted.org>
In-reply-to
Content
@Steven,

I'm exploring what unicode code points can be used as valid starting characters for identifiers.  I'm looping over the code point ranges with the XID_START property and attempting to add them to globals() to see if they maintain the same representation.  Now that I think about it, I could just check if unicode.normalize('NFKC', character) == character before adding it, and I wouldn't see a warning if one existed.
History
Date User Action Args
2020-08-14 14:03:37sethwoodworthsetrecipients: + sethwoodworth, vstinner, ezio.melotti, steven.daprano, tianrluo
2020-08-14 14:03:37sethwoodworthsetmessageid: <1597413817.92.0.472445857575.issue41542@roundup.psfhosted.org>
2020-08-14 14:03:37sethwoodworthlinkissue41542 messages
2020-08-14 14:03:37sethwoodworthcreate