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 Carl.Friedrich.Bolz
Recipients Carl.Friedrich.Bolz, Kodiologist, SnoopJeDi, jack1142, serhiy.storchaka
Date 2022-01-30.18:58:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643569133.59.0.408960600303.issue46555@roundup.psfhosted.org>
In-reply-to
Content
Ok, I can definitely agree with Serhiy pov: "True" is a keyword that always evaluates to the object that you get when you call bool(1). There is usually no name "True" and directly assigning to it is forbidden. But there are various other ways to assign a name "True". One is eg globals("True") = 5, another one (discussed in this issue) is using identifiers that NFKC-normalize to the string "True".
History
Date User Action Args
2022-01-30 18:58:53Carl.Friedrich.Bolzsetrecipients: + Carl.Friedrich.Bolz, serhiy.storchaka, Kodiologist, jack1142, SnoopJeDi
2022-01-30 18:58:53Carl.Friedrich.Bolzsetmessageid: <1643569133.59.0.408960600303.issue46555@roundup.psfhosted.org>
2022-01-30 18:58:53Carl.Friedrich.Bolzlinkissue46555 messages
2022-01-30 18:58:53Carl.Friedrich.Bolzcreate