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:49:48
SpamBayes Score 0.2438259
Marked as misclassified No
Message-id <1205941789.87.0.931124406551.issue2417@psf.upfronthosting.co.za>
In-reply-to
Content
>>> int('1') is 1
False
>>> 1 is int('0b1', 2)
False
>>> 1 is 0b10000 >> 4
False

there are probably more ...
History
Date User Action Args
2008-03-19 15:49:50belopolskysetspambayes_score: 0.243826 -> 0.2438259
recipients: + belopolsky, duncanb, terry.reedy
2008-03-19 15:49:49belopolskysetspambayes_score: 0.243826 -> 0.243826
messageid: <1205941789.87.0.931124406551.issue2417@psf.upfronthosting.co.za>
2008-03-19 15:49:48belopolskylinkissue2417 messages
2008-03-19 15:49:48belopolskycreate