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 gboutsioukis, mark.dickinson
Date 2009-04-18.15:06:24
SpamBayes Score 2.359627e-06
Marked as misclassified No
Message-id <1240067185.58.0.326784189075.issue1869@psf.upfronthosting.co.za>
In-reply-to
Content
The two problems mentioned above have now been fixed in r71715.

There are (at least) two remaining problems with the round function in 2.x 
that I'm not going to fix, because the added complication doesn't seem
worth it.

(1) round(x, n) doesn't give correct results with large values of n;
    but small values (e.g., abs(n) <= 50) should be fine unless x is
    huge.

(2) round(x, n) still occasionally rounds the wrong way in borderline
    cases, even for small n.

Closing (again!)
History
Date User Action Args
2009-04-18 15:06:25mark.dickinsonsetrecipients: + mark.dickinson, gboutsioukis
2009-04-18 15:06:25mark.dickinsonsetmessageid: <1240067185.58.0.326784189075.issue1869@psf.upfronthosting.co.za>
2009-04-18 15:06:24mark.dickinsonlinkissue1869 messages
2009-04-18 15:06:24mark.dickinsoncreate