[Python-ideas] Python Float Update

Terry Reedy tjreedy at udel.edu
Mon Jun 1 06:37:53 CEST 2015


On 5/31/2015 11:21 PM, Jim Witschey wrote:

> Has something like this thread's original proposal - interpeting
> decimal-number literals as fractional values and using fractions as the
> result of integer arithmetic - been seriously discussed more recently
> than PEP 240?

The competing proposal is to treat decimal literals as decimal.Decimal 
values.

-- 
Terry Jan Reedy



More information about the Python-ideas mailing list