Menu

#2 add support for decimal.Decimal type

open
nobody
None
5
2006-01-22
2006-01-22
Tom Zellman
No

import decimal

....

elif ty is decimal.Decimal:
self._append("%f" % obj)

...

Discussion


Log in to post a comment.