Message 56146 - Python tracker
Message56146
| Author | gvanrossum |
|---|---|
| Recipients | arigo, gvanrossum |
| Date | 2007-09-26.16:51:10 |
| SpamBayes Score | 0.16660057 |
| Marked as misclassified | No |
| Message-id | <1190825471.28.0.752115884573.issue1202@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Since it's basically a magic cookie, not a meaningful numeric value, I'd propose sticking with backwards compatibility and fixing the 64-bit version to return a signed version. return x - ((x & 0x80000000) <<1) anyone? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-09-26 16:51:11 | gvanrossum | set | spambayes_score: 0.166601 -> 0.16660057 recipients: + gvanrossum, arigo |
| 2007-09-26 16:51:11 | gvanrossum | set | spambayes_score: 0.166601 -> 0.166601 messageid: <1190825471.28.0.752115884573.issue1202@psf.upfronthosting.co.za> |
| 2007-09-26 16:51:11 | gvanrossum | link | issue1202 messages |
| 2007-09-26 16:51:11 | gvanrossum | create | |