On Tue, Jul 14, 2009 at 9:59 AM, Todd Matsumoto<tmatsum...@gmx.net> wrote:
The reason why is I'm receiving the Decimal value from another program, if I 
already know that the value will be a Decimal why test it?

How are you receiving it? File, pickle, pipe, socket, exit() return value? When I first read your question, I assumed you meant "from another module." But if it's another process, then you'd better tell us how you're actually getting the value. Maybe it's a Decimal because you just got done converting it to one.

DaveA

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to