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 alexandre.vassalotti, amaury.forgeotdarc, christian.heimes, gvanrossum, mark.dickinson, nascheme, noam, rhettinger, skip.montanaro, tim.peters
Date 2008-07-08.09:24:54
SpamBayes Score 7.306933e-05
Marked as misclassified No
Message-id <1215509097.21.0.433201304889.issue1580@psf.upfronthosting.co.za>
In-reply-to
Content
[Tim]

> If you think using 16 (when possible) will stop complaints, think again
> ;-)  For example, ...

Aha!  But using *15* digits would be enough to eliminate all 1, 2, 3, 4, 
..., 15 digit 'surprises', wouldn't it?!  16 digits doesn't quite work, 
essentially because 2**-53 is still a little larger than 10**-16, but 15 
digits ought to be okay.
History
Date User Action Args
2008-07-08 09:24:57mark.dickinsonsetspambayes_score: 7.30693e-05 -> 7.306933e-05
recipients: + mark.dickinson, gvanrossum, tim.peters, skip.montanaro, nascheme, rhettinger, amaury.forgeotdarc, christian.heimes, alexandre.vassalotti, noam
2008-07-08 09:24:57mark.dickinsonsetspambayes_score: 7.30693e-05 -> 7.30693e-05
messageid: <1215509097.21.0.433201304889.issue1580@psf.upfronthosting.co.za>
2008-07-08 09:24:56mark.dickinsonlinkissue1580 messages
2008-07-08 09:24:55mark.dickinsoncreate