[issue9885] Function Round does not work properly in some conditions
New submission from paontis : For example round(10., 1) returns 10.301 and round(1., 2)returns 1.3301 I exect they return 10.3 and 1.33 rispectively NOTE: other combinations work fine eg. round(10., 2) or round(1., 3) See IDLE commands in the attached
[issue9885] Function Round does not work properly in some conditions
paontis added the comment: ok thx very much for the explaination -- ___ Python tracker <http://bugs.python.org/issue9885> ___ ___ Python-bugs-list mailin