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 orsenthil
Recipients ajaksu2, dingo, giampaolo.rodola, jyasskin, loewis, mark.dickinson, orsenthil, rhettinger
Date 2009-01-08.06:17:43
SpamBayes Score 0.10204916
Marked as misclassified No
Message-id <1231395466.51.0.605832799333.issue4707@psf.upfronthosting.co.za>
In-reply-to
Content
I also think that documentation should be improved for 
round(number, [ndigits]). The doc/help says, ndigits can be negative,
but does not really say what it means to be negative. 

It can be confusing to anyione. Take the following example:
>>> round(26.5,1)
26.5
>>> round(26.5,-1)
30.0
History
Date User Action Args
2009-01-08 06:17:47orsenthilsetrecipients: + orsenthil, loewis, rhettinger, mark.dickinson, giampaolo.rodola, ajaksu2, jyasskin, dingo
2009-01-08 06:17:46orsenthilsetmessageid: <1231395466.51.0.605832799333.issue4707@psf.upfronthosting.co.za>
2009-01-08 06:17:45orsenthillinkissue4707 messages
2009-01-08 06:17:44orsenthilcreate