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 must21
Recipients must21
Date 2008-02-18.12:18:18
SpamBayes Score 0.079684176
Marked as misclassified No
Message-id <1203337098.92.0.676408985759.issue2140@psf.upfronthosting.co.za>
In-reply-to
Content
betrag = 146.95
betrag = float(betrag)
betrag = betrag * 100.0
betrag = long(betrag)
print betrag

gives 14694 as result rather than 14695
History
Date User Action Args
2008-02-18 12:18:19must21setspambayes_score: 0.0796842 -> 0.079684176
recipients: + must21
2008-02-18 12:18:19must21setspambayes_score: 0.0796842 -> 0.0796842
messageid: <1203337098.92.0.676408985759.issue2140@psf.upfronthosting.co.za>
2008-02-18 12:18:18must21linkissue2140 messages
2008-02-18 12:18:18must21create