Robert added the comment:

I'm not sure if this is related or not, but on 3.4.1 I get the following: 

>>> print(round(float(3/2)))
2 (as expected)
>>> print(round(float(5/2)))
2 (expected 3, as float should round .5 up)

----------
nosy: +fenofonts

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21929>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to