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 eric.smith
Recipients John Cooke, eric.smith, rhettinger
Date 2018-06-16.18:21:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529173311.79.0.56676864532.issue33880@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, should this be NKFC?

From https://docs.python.org/3.6/reference/lexical_analysis.html#identifiers : 

"All identifiers are converted into the normal form NFKC while parsing; comparison of identifiers is based on NFKC."
History
Date User Action Args
2018-06-16 18:21:51eric.smithsetrecipients: + eric.smith, rhettinger, John Cooke
2018-06-16 18:21:51eric.smithsetmessageid: <1529173311.79.0.56676864532.issue33880@psf.upfronthosting.co.za>
2018-06-16 18:21:51eric.smithlinkissue33880 messages
2018-06-16 18:21:51eric.smithcreate