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 fenofonts
Recipients docs@python, fenofonts, jeroen1225, mark.dickinson, rhettinger, skrah
Date 2014-09-08.13:47:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410184053.09.0.0656930820794.issue21929@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2014-09-08 13:47:33fenofontssetrecipients: + fenofonts, rhettinger, mark.dickinson, skrah, docs@python, jeroen1225
2014-09-08 13:47:33fenofontssetmessageid: <1410184053.09.0.0656930820794.issue21929@psf.upfronthosting.co.za>
2014-09-08 13:47:33fenofontslinkissue21929 messages
2014-09-08 13:47:33fenofontscreate