Message 63756 - Python tracker (original) (raw)
Message63756
Author | gregory.p.smith |
---|---|
Recipients | arigo, gregory.p.smith, gvanrossum, jcea, tlesher |
Date | 2008-03-17.20:25:17 |
SpamBayes Score | 0.006777655 |
Marked as misclassified | No |
Message-id | 1205785518.07.0.715620084093.issue1202@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
fixed. 3.0 always returns unsigned. 2.6 always returns signed, 2**31...2**31-1 come back as negative integers. trunk r61449 branches/py3k r61459 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2008-03-17 20:25:18 | gregory.p.smith | set | spambayes_score: 0.00677765 -> 0.006777655recipients: + gregory.p.smith, gvanrossum, arigo, jcea, tlesher |
2008-03-17 20:25:18 | gregory.p.smith | set | spambayes_score: 0.00677765 -> 0.00677765messageid: 1205785518.07.0.715620084093.issue1202@psf.upfronthosting.co.za |
2008-03-17 20:25:17 | gregory.p.smith | link | issue1202 messages |
2008-03-17 20:25:17 | gregory.p.smith | create |