[Python-ideas] Deprecate the round builtin

Alexander Belopolsky alexander.belopolsky at gmail.com
Thu Sep 27 00:14:34 CEST 2012




On Sep 26, 2012, at 6:07 PM, MRAB <python at mrabarnett.plus.com> wrote:

> If we're going to move 'round' into 'math' because it sometimes gives
> results which puzzle naive users, shouldn't we do the same to 'float'?
> :-)

+1

In Python 4, type(1.5) should be Decimal, not float. 



More information about the Python-ideas mailing list