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 pablogsal
Recipients da, ezio.melotti, lys.nikolaou, pablogsal, vstinner
Date 2022-01-29.17:37:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643477829.48.0.618869563575.issue46572@roundup.psfhosted.org>
In-reply-to
Content
This seems coherent with https://www.python.org/dev/peps/pep-3131/ to me. The parser ensures all identifiers are converted into the normal form NFKC while parsing; comparison of identifiers is based on NFKC.
History
Date User Action Args
2022-01-29 17:37:09pablogsalsetrecipients: + pablogsal, vstinner, ezio.melotti, lys.nikolaou, da
2022-01-29 17:37:09pablogsalsetmessageid: <1643477829.48.0.618869563575.issue46572@roundup.psfhosted.org>
2022-01-29 17:37:09pablogsallinkissue46572 messages
2022-01-29 17:37:09pablogsalcreate