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 tim.peters
Recipients
Date 2003-11-24.22:34:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Just noting that someone who creates objects with insanely 
surprising __nonzero__ behavior can easily avoid the "double 
evaluation" by coding

if bool(x) and bool(y):

instead.  I agree with Martin that there's no bug here, so 
agree with his closing the bug report.
History
Date User Action Args
2007-08-23 14:18:22adminlinkissue846564 messages
2007-08-23 14:18:22admincreate