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 belopolsky
Recipients belopolsky, duncanb, terry.reedy
Date 2008-03-19.15:57:42
SpamBayes Score 0.052152026
Marked as misclassified No
Message-id <1205942266.14.0.0428201213737.issue2417@psf.upfronthosting.co.za>
In-reply-to
Content
>>> 1 is 1|1
False
>>> 1 is 1&1
False
>>> 0 is 1^1
False
>>> 2 is 1<<1
False
History
Date User Action Args
2008-03-19 15:57:46belopolskysetspambayes_score: 0.052152 -> 0.052152026
recipients: + belopolsky, duncanb, terry.reedy
2008-03-19 15:57:46belopolskysetspambayes_score: 0.052152 -> 0.052152
messageid: <1205942266.14.0.0428201213737.issue2417@psf.upfronthosting.co.za>
2008-03-19 15:57:42belopolskylinkissue2417 messages
2008-03-19 15:57:42belopolskycreate