[Python-Dev] Re: Decimal type question [Prothon]

Batista, Facundo FBatista at uniFON.com.ar
Mon Aug 9 20:24:51 CEST 2004


[Mark Hahn]

#- 2) A Decimal implemented with the .Net decimal float (or the 
#- IBM decimal if
#- the .Net decimal sucks too much) with the constant/__str__ 
#- form of +-NN.NN
#- such as 0.0, -123.0, 173_394.0, 173394.912786765, etc.

I'm ok with all the rest and this but with a particular point: .Net decimal
sucks too much if doesn't implement the IBM standard, ;)

Basically, it'll be real nice if Python and Prothon behaves equally in
decimal float.

.	Facundo


More information about the Python-Dev mailing list