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 JBernardo
Recipients JBernardo, docs@python, mark.dickinson, vajrasky
Date 2013-12-09.15:25:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> Anyway, why not round(1.2) -> 1.0 in the first place? Just curious.

It was the behavior on Python 2.x, but somehow when they changed the rounding method to nearest even number this happened... I think it's too late to change back the return type.
History
Date User Action Args
2013-12-09 15:25:04JBernardosetrecipients: + JBernardo, mark.dickinson, docs@python, vajrasky
2013-12-09 15:25:04JBernardosetmessageid: <[email protected]>
2013-12-09 15:25:04JBernardolinkissue19933 messages
2013-12-09 15:25:04JBernardocreate