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 josh.r
Recipients docs@python, josh.r, unfamiliarplace
Date 2016-04-26.04:01:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461643303.82.0.971813643764.issue26847@psf.upfronthosting.co.za>
In-reply-to
Content
"are equal to False" would be wrong though. Any "falsy" value is preserved by filterfalse, and removed by filter. They need not be equal to False (the bool singleton); empty containers (e.g. (), [], {}, "") are all considered false, and behave as such, despite not being equal to False.
History
Date User Action Args
2016-04-26 04:01:43josh.rsetrecipients: + josh.r, docs@python, unfamiliarplace
2016-04-26 04:01:43josh.rsetmessageid: <1461643303.82.0.971813643764.issue26847@psf.upfronthosting.co.za>
2016-04-26 04:01:43josh.rlinkissue26847 messages
2016-04-26 04:01:43josh.rcreate