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 xtreak
Recipients Goodester, xtreak
Date 2019-02-22.17:07:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550855254.17.0.461205452177.issue36082@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3/whatsnew/3.0.html

> The round() function rounding strategy and return type have changed. Exact halfway cases are now rounded to the nearest even result instead of away from zero. (For example, round(2.5) now returns 2 rather than 3.) round(x[, n]) now delegates to x.__round__([n]) instead of always returning a float. It generally returns an integer when called with a single argument and a value of the same type as x when called with two arguments.
History
Date User Action Args
2019-02-22 17:07:34xtreaksetrecipients: + xtreak, Goodester
2019-02-22 17:07:34xtreaksetmessageid: <1550855254.17.0.461205452177.issue36082@roundup.psfhosted.org>
2019-02-22 17:07:34xtreaklinkissue36082 messages
2019-02-22 17:07:34xtreakcreate