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 parsampsh, serhiy.storchaka
Date 2021-02-20.16:47:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613839653.19.0.730439474344.issue43276@roundup.psfhosted.org>
In-reply-to
Content
You can do it yourself in your script. It is just two lines of code:

true = True
false = False

And it works in all Python versions!
History
Date User Action Args
2021-02-20 16:47:33serhiy.storchakasetrecipients: + serhiy.storchaka, parsampsh
2021-02-20 16:47:33serhiy.storchakasetmessageid: <1613839653.19.0.730439474344.issue43276@roundup.psfhosted.org>
2021-02-20 16:47:33serhiy.storchakalinkissue43276 messages
2021-02-20 16:47:33serhiy.storchakacreate