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 falk_steinhauer, mark.dickinson, tim.peters
Date 2007-12-31.22:30:53
SpamBayes Score 0.03398425
Marked as misclassified No
Message-id <1199140254.1.0.730542269035.issue1694@psf.upfronthosting.co.za>
In-reply-to
Content
It's worth noting that Python's round function doesn't quite work as advertised, either:

Python 2.6a0 (trunk:59634M, Dec 31 2007, 17:27:56) 
[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> round(562949953421312.5, 1)
562949953421312.62
History
Date User Action Args
2007-12-31 22:30:54mark.dickinsonsetspambayes_score: 0.0339843 -> 0.03398425
recipients: + mark.dickinson, tim.peters, falk_steinhauer
2007-12-31 22:30:54mark.dickinsonsetspambayes_score: 0.0339843 -> 0.0339843
messageid: <1199140254.1.0.730542269035.issue1694@psf.upfronthosting.co.za>
2007-12-31 22:30:54mark.dickinsonlinkissue1694 messages
2007-12-31 22:30:53mark.dickinsoncreate