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 Stefan Pochmann
Recipients Stefan Pochmann, docs@python
Date 2017-03-03.12:11:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488543100.15.0.348225972332.issue29709@psf.upfronthosting.co.za>
In-reply-to
Content
The notes at https://docs.python.org/3/library/stdtypes.html#boolean-operations-and-or-not say that `or` "only evaluates the second argument if the first one is False" and that `and` "only evaluates the second argument if the first one is True". Should say "false" and "true" instead of "False" and "True".
History
Date User Action Args
2017-03-03 12:11:40Stefan Pochmannsetrecipients: + Stefan Pochmann, docs@python
2017-03-03 12:11:40Stefan Pochmannsetmessageid: <1488543100.15.0.348225972332.issue29709@psf.upfronthosting.co.za>
2017-03-03 12:11:40Stefan Pochmannlinkissue29709 messages
2017-03-03 12:11:40Stefan Pochmanncreate