
Sept. 26, 2012
10:14 p.m.
On Sep 26, 2012, at 6:07 PM, MRAB <python@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.