[Python-Dev] string to float containing whitespace (original) (raw)
skip at pobox.com skip at pobox.com
Wed Apr 29 17:26:17 CEST 2009
- Previous message: [Python-Dev] string to float containing whitespace
- Next message: [Python-Dev] string to float containing whitespace
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] string to float containing whitespace
- Next message: [Python-Dev] string to float containing whitespace
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]