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 dingo
Recipients dingo, giampaolo.rodola, jyasskin, loewis, mark.dickinson
Date 2008-12-20.19:23:29
SpamBayes Score 0.00094783073
Marked as misclassified No
Message-id <1229801010.6.0.944506737817.issue4707@psf.upfronthosting.co.za>
In-reply-to
Content
I'm using Arch Linux (32 bit) with kernel 2.6.25 and glibc 2.8 on a core
2 duo. The described behaviour occurs in a precompiled binary of Python
3.0, but also in versions I've compiled just now, which includes Python
3.0+ (release30-maint:67879)

As far as the rounding itself is concerned, round(x, n) seems to work as
documented with n>=0 on my system, while giving the same results as the
Python-2.6-version of round() for n<0.
History
Date User Action Args
2008-12-20 19:23:30dingosetrecipients: + dingo, loewis, mark.dickinson, giampaolo.rodola, jyasskin
2008-12-20 19:23:30dingosetmessageid: <1229801010.6.0.944506737817.issue4707@psf.upfronthosting.co.za>
2008-12-20 19:23:30dingolinkissue4707 messages
2008-12-20 19:23:29dingocreate