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 eryksun
Recipients Carl.Friedrich.Bolz, Kodiologist, SnoopJeDi, eryksun, jack1142, serhiy.storchaka
Date 2022-01-30.19:09:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643569768.94.0.474033425151.issue46555@roundup.psfhosted.org>
In-reply-to
Content
Why was it decided to not raise a syntax error when the NFKC normalization of a non-ASCII token matches a keyword? I don't see a use for cases such as `𝕚𝕗 = 1` and `𝕚𝕗 + 1`. It seems the cost in terms of confusion far outweighs any potential benefit.
History
Date User Action Args
2022-01-30 19:09:28eryksunsetrecipients: + eryksun, Carl.Friedrich.Bolz, serhiy.storchaka, Kodiologist, jack1142, SnoopJeDi
2022-01-30 19:09:28eryksunsetmessageid: <1643569768.94.0.474033425151.issue46555@roundup.psfhosted.org>
2022-01-30 19:09:28eryksunlinkissue46555 messages
2022-01-30 19:09:28eryksuncreate