[Python-Dev] string to float containing whitespace

skip at pobox.com skip at pobox.com
Wed Apr 29 17:26:17 CEST 2009


    Amaury> You are maybe referring to the Decimal constructor:
    Amaury>    decimal.Decimal(" 123")
    Amaury> fails with 2.5, but works with 2.6. (issue 1780)

Highly unlikely, since my recollection is from way back in the early days.
Also, I have yet to actually use the decimal module. :-/

Skip


More information about the Python-Dev mailing list