I have an app that works with 2.6, but in 2.7 it is failing. I traced
it down to an issue with decimal.Decimal being passed a value of 0.0.
It 2.6 this is fine, but in 2.7 it throws an exception:

TypeError: Cannot convert float to Decimal.  First convert the float to a string

This is easy enough to deal with, but I find it odd. Is this a known issue?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to