Message 64063 - Python tracker (original) (raw)

Message64063

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:50 belopolsky set spambayes_score: 0.243826 -> 0.2438259recipients: + belopolsky, duncanb, terry.reedy
2008-03-19 15:49:49 belopolsky set spambayes_score: 0.243826 -> 0.243826messageid: 1205941789.87.0.931124406551.issue2417@psf.upfronthosting.co.za
2008-03-19 15:49:48 belopolsky link issue2417 messages
2008-03-19 15:49:48 belopolsky create