>>>>> "inhahe" == inhahe  <[EMAIL PROTECTED]> writes:
inhahe> Btw, use float() to convert a textual GPA to a number.

It would be much better to use Decimal() instead of float(). A GPA of
3.6000000000000001 probably doesn't make much sense; this problem
doesn't arise when using the Decimal type.

Martin
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to