[issue7628] round() doesn't work correctly in 3.1.1
bkovt added the comment: All right, round() in 3.1 uses 'Round half to even' instead of 'Round half up'. In fact, now I can see this clearly explained in 3.1 documentation. Thanks for the quick reply and sorry for the
[issue7628] round() doesn't work correctly in 3.1.1
New submission from bkovt : round(125, -1) produces 120 in Python 3.1.1. It produces 130.0 in 2.6.4. -- messages: 97186 nosy: bkovt severity: normal status: open title: round() doesn't work correctly in 3.1.1 type: behavior versions: Pytho