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 georg.brandl
Recipients Lakin.Wecker, belopolsky, georg.brandl, lemburg, r.david.murray
Date 2012-02-03.21:04:47
SpamBayes Score 0.00030650987
Marked as misclassified No
Message-id <1328303088.73.0.0897075024521.issue13936@psf.upfronthosting.co.za>
In-reply-to
Content
It must be by design -- someone has implemented a __bool__ (formerly __nonzero__) method; otherwise all objects would be true.
History
Date User Action Args
2012-02-03 21:04:48georg.brandlsetrecipients: + georg.brandl, lemburg, belopolsky, r.david.murray, Lakin.Wecker
2012-02-03 21:04:48georg.brandlsetmessageid: <1328303088.73.0.0897075024521.issue13936@psf.upfronthosting.co.za>
2012-02-03 21:04:48georg.brandllinkissue13936 messages
2012-02-03 21:04:47georg.brandlcreate