[New-bugs-announce] [issue29223] Settable defaulting to decimal instead of float

George Fischhof report at bugs.python.org
Tue Jan 10 09:28:10 EST 2017


New submission from George Fischhof:

Hi There,

Settable defaulting to decimal instead of float

It would be good to be able to use decimal automatically instead of float if there is a setting. For example an environment variable or a flag file.

Where and when accuracy is more important than speed, the user could set this flag, and calculate with decimal numbers as learned in the school.

I think several people would use this function

Best regards,
George

----------
components: Interpreter Core
messages: 285114
nosy: georgefischhof
priority: normal
severity: normal
status: open
title: Settable defaulting to decimal instead of float
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29223>
_______________________________________


More information about the New-bugs-announce mailing list