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 calvin
Recipients calvin
Date 2008-03-28.11:06:44
SpamBayes Score 0.1543336
Marked as misclassified No
Message-id <1206702410.08.0.751356671571.issue2503@psf.upfronthosting.co.za>
In-reply-to
Content
Test equality with None/True/False singletons should be done
by "is" rather than "==" to be on the safe side. Otherwise
objects overriding __eq__ could compare equal to one of those
singletons.
History
Date User Action Args
2008-03-28 11:06:50calvinsetspambayes_score: 0.154334 -> 0.1543336
recipients: + calvin
2008-03-28 11:06:50calvinsetspambayes_score: 0.154334 -> 0.154334
messageid: <1206702410.08.0.751356671571.issue2503@psf.upfronthosting.co.za>
2008-03-28 11:06:49calvinlinkissue2503 messages
2008-03-28 11:06:49calvincreate