Mark Dickinson added the comment:

-1 from me, too.  It's an unnecessary change, and the conversion from float to 
integer potentially expensive compared to the computation of the floating-point 
result (especially in extended floating-point implementations that allow a 
wider exponent range).

If this is about consistency between `//` and `math.floor`, I'd much rather see 
`math.floor` go back to returning a float instead of an int.

----------
nosy: +mark.dickinson

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

Reply via email to