Decimal widget

Matt Campbell <[email protected]>
Newsgroups gmane.comp.web.quixote.user
Message-ID <[email protected]>
I see that Quixote (as of version 2.3) doesn't have a widget for the 
Decimal type introduced in Python 2.4.  This would be nice, especially 
for apps involving currency.  Of course, it's trivial to implement:

try:
     from decimal import Decimal

     class DecimalWidget(NumberWidget):
         TYPE_OBJECT = Decimal
         TYPE_ERROR = "must be a number"
except:
     pass
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.