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 gboutsioukis
Recipients gboutsioukis, mark.dickinson
Date 2008-08-17.18:05:18
SpamBayes Score 1.9915484e-05
Marked as misclassified No
Message-id <1218996321.07.0.95474271548.issue1869@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Mark,

Yes, I see where you are going with this and I agree. I think the py3k
round function is a bit more accurate, any chance this can be backported
to 2.7(after modifying the half-rounding)?

Anyway, I was just playing around with the code when I wrote this patch.
Anything beyond math.h(and only the really portable functions) is
obviously out of the question, so there's little here to work with. 

Despite the (rare) unpredictable results, I think this issue is probably
too minor to spend any more time on;IMO nobody really relies on round()
for accuracy anyway. Perhaps this should be just ignored.
History
Date User Action Args
2008-08-17 18:05:21gboutsioukissetrecipients: + gboutsioukis, mark.dickinson
2008-08-17 18:05:21gboutsioukissetmessageid: <1218996321.07.0.95474271548.issue1869@psf.upfronthosting.co.za>
2008-08-17 18:05:20gboutsioukislinkissue1869 messages
2008-08-17 18:05:19gboutsioukiscreate