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 ajaksu2, dingo, giampaolo.rodola, jyasskin, loewis, mark.dickinson, orsenthil, rhettinger
Date 2009-01-26.11:08:13
SpamBayes Score 0.0016128322
Marked as misclassified No
Message-id <1232968102.19.0.0474385705269.issue4707@psf.upfronthosting.co.za>
In-reply-to
Content
Some minor modifications to the last patch:

 - fix round docstring:  it now reads "round(number[, ndigits]) -> number"
   instead of "round(number[, ndigits]) -> floating-point number"
 - add Misc/NEWS entry
 - add extra tests for round(x, n) with n huge and positive
History
Date User Action Args
2009-01-26 11:08:22mark.dickinsonsetrecipients: + mark.dickinson, loewis, rhettinger, orsenthil, giampaolo.rodola, ajaksu2, jyasskin, dingo
2009-01-26 11:08:22mark.dickinsonsetmessageid: <1232968102.19.0.0474385705269.issue4707@psf.upfronthosting.co.za>
2009-01-26 11:08:21mark.dickinsonlinkissue4707 messages
2009-01-26 11:08:20mark.dickinsoncreate