Message69695
| Author | mark.dickinson |
|---|---|
| Recipients | mark.dickinson, richyk |
| Date | 2008-07-15.16:34:20 |
| SpamBayes Score | 0.0032412186 |
| Marked as misclassified | No |
| Message-id | <1216139662.06.0.521585660777.issue3360@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I get the same behavior in the trunk (on OS X 10.5), though it's not a problem in the py3k branch. I agree that this is undesirable behaviour, and I think it should be fixed. For me, the crossover seems to occur at 2*10**10: >>> 020000000000.0 ValueError: invalid literal for long() with base 8: '020000000000.0' >>> 019999999999.0 19999999999.0 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-07-15 16:34:22 | mark.dickinson | set | spambayes_score: 0.00324122 -> 0.0032412186 recipients: + mark.dickinson, richyk |
| 2008-07-15 16:34:22 | mark.dickinson | set | spambayes_score: 0.00324122 -> 0.00324122 messageid: <1216139662.06.0.521585660777.issue3360@psf.upfronthosting.co.za> |
| 2008-07-15 16:34:21 | mark.dickinson | link | issue3360 messages |
| 2008-07-15 16:34:20 | mark.dickinson | create | |