8cfab7b Initialize Decimal for partition slices (#602376)

Authored and Committed by bcl 14 years ago
    Initialize Decimal for partition slices (#602376)
    
    Some of the values passed to Decimal can be floats,
    Decimal needs them as strings for the initializer.
    
    Related: rhbz#599614
    Resolves: rhbz#602376