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 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:22mark.dickinsonsetspambayes_score: 0.00324122 -> 0.0032412186
recipients: + mark.dickinson, richyk
2008-07-15 16:34:22mark.dickinsonsetspambayes_score: 0.00324122 -> 0.00324122
messageid: <1216139662.06.0.521585660777.issue3360@psf.upfronthosting.co.za>
2008-07-15 16:34:21mark.dickinsonlinkissue3360 messages
2008-07-15 16:34:20mark.dickinsoncreate