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.