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 rhettinger
Recipients amaury.forgeotdarc, rhettinger, wr
Date 2008-04-18.08:12:25
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1208506347.69.0.86336143163.issue2653@psf.upfronthosting.co.za>
In-reply-to
Content
>>> int('%.0f' % (float('1.005')*1000))
1005

>>> int(Decimal('1.005')*1000)
1005
History
Date User Action Args
2008-07-26 13:49:53georg.brandlsetspambayes_score: 0.804976 -> 0.0
2008-04-18 08:12:28rhettingersetspambayes_score: 0.804976 -> 0.804976
recipients: + rhettinger, amaury.forgeotdarc, wr
2008-04-18 08:12:27rhettingersetspambayes_score: 0.804976 -> 0.804976
messageid: <1208506347.69.0.86336143163.issue2653@psf.upfronthosting.co.za>
2008-04-18 08:12:26rhettingerlinkissue2653 messages
2008-04-18 08:12:26rhettingercreate