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 vajrasky
Recipients JBernardo, docs@python, vajrasky
Date 2013-12-09.06:52:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386571950.57.0.635364876825.issue19933@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the preliminary patch.

After patch:

round(1.23, 0) => 1 not 1.0

round(4.67, 0) => 5 not 5.0
History
Date User Action Args
2013-12-09 06:52:30vajraskysetrecipients: + vajrasky, docs@python, JBernardo
2013-12-09 06:52:30vajraskysetmessageid: <1386571950.57.0.635364876825.issue19933@psf.upfronthosting.co.za>
2013-12-09 06:52:30vajraskylinkissue19933 messages
2013-12-09 06:52:30vajraskycreate