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 serhiy.storchaka
Recipients Carl.Friedrich.Bolz, Kodiologist, SnoopJeDi, serhiy.storchaka
Date 2022-01-29.11:53:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643457213.97.0.0515948464472.issue46555@roundup.psfhosted.org>
In-reply-to
Content
True is a keyword which is compiled to expression whose value is True, 𝕋𝕣𝕦𝕖 is an identifier which refers to the builtin variable "True" which has a value True by default. You can change the value of a builtin variable, but the value of expression True is always True.

I do not see a problem here. Don't use 𝕋𝕣𝕦𝕖 if your intention is not using a variable.
History
Date User Action Args
2022-01-29 11:53:33serhiy.storchakasetrecipients: + serhiy.storchaka, Carl.Friedrich.Bolz, Kodiologist, SnoopJeDi
2022-01-29 11:53:33serhiy.storchakasetmessageid: <1643457213.97.0.0515948464472.issue46555@roundup.psfhosted.org>
2022-01-29 11:53:33serhiy.storchakalinkissue46555 messages
2022-01-29 11:53:33serhiy.storchakacreate