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 Anthony Sottile, Carl.Friedrich.Bolz, alimuldal, nedbat, pablogsal, rrauenza, sco1, serhiy.storchaka, shreyanavigyan
Date 2021-04-14.09:14:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618391688.86.0.600197251857.issue43833@roundup.psfhosted.org>
In-reply-to
Content
@shreyanavigyan This is a bit off-topic, but it's called "short-circuiting", described here: https://docs.python.org/3/library/stdtypes.html#boolean-operations-and-or-not
(or/and aren't really "operators", like +/- etc, they cannot be overridden, they evaluate their components lazily and are therefore almost control flow)
History
Date User Action Args
2021-04-14 09:14:48Carl.Friedrich.Bolzsetrecipients: + Carl.Friedrich.Bolz, nedbat, serhiy.storchaka, Anthony Sottile, pablogsal, sco1, shreyanavigyan, alimuldal, rrauenza
2021-04-14 09:14:48Carl.Friedrich.Bolzsetmessageid: <1618391688.86.0.600197251857.issue43833@roundup.psfhosted.org>
2021-04-14 09:14:48Carl.Friedrich.Bolzlinkissue43833 messages
2021-04-14 09:14:48Carl.Friedrich.Bolzcreate