] > yams #5553: Add a Decimal BaseType (Logilab.org)

#5553: Add a Decimal BaseType [validation pending]

prioritynormal
typestory
loadnot specified
load left0.000

it will be nice to be able to declare:

class MyType(EntityType):
    value = Decimal()

and use standard decimal.Decimal type.