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 mhmtyozcu001
Recipients benjamin.peterson, mhmtyozcu001, vstinner
Date 2008-10-07.01:43:47
SpamBayes Score 0.00046009006
Marked as misclassified No
Message-id <f563ff0e0810061843i61fdb49ev424176b72fbbb951@mail.gmail.com>
In-reply-to <1223334549.6.0.438579751864.issue4061@psf.upfronthosting.co.za>
Content
Dear Victor Stinner;
Thank you very much for your answer. That was very helpful
Best Wishes

2008/10/7 STINNER Victor <report@bugs.python.org>:
>
> STINNER Victor <victor.stinner@haypocalc.com> added the comment:
>
> Use Decimal to get an exact result:
>>>> from decimal import Decimal
>>>> print Decimal('2.3') + Decimal('6.3')
> 8.6
>
> ----------
> nosy: +haypo
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue4061>
> _______________________________________
>
History
Date User Action Args
2008-10-07 01:43:50mhmtyozcu001setrecipients: + mhmtyozcu001, vstinner, benjamin.peterson
2008-10-07 01:43:48mhmtyozcu001linkissue4061 messages
2008-10-07 01:43:48mhmtyozcu001create