On Wed, Mar 25, 2015 at 10:44 AM, Ian Kelly wrote:
> On Wed, Mar 25, 2015 at 8:36 AM, Larry Martell
> wrote:
>> On Wed, Mar 25, 2015 at 8:26 AM, Grant Edwards
>> wrote:
>>> On 2015-03-25, Larry Martell wrote:
I have an app that works with 2.6, but in 2.7 it is failing. I traced
it d
On Wed, Mar 25, 2015 at 8:36 AM, Larry Martell wrote:
> On Wed, Mar 25, 2015 at 8:26 AM, Grant Edwards
> wrote:
>> On 2015-03-25, Larry Martell wrote:
>>> 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
On 25/03/2015 14:29, Oscar Benjamin wrote:
> On 25 March 2015 at 14:20, Larry Martell wrote:
>> 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:
On Wed, Mar 25, 2015 at 8:26 AM, Grant Edwards wrote:
> On 2015-03-25, Larry Martell wrote:
>> 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:
On 25 March 2015 at 14:20, Larry Martell wrote:
> 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.
On 2015-03-25, Larry Martell wrote:
> 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 conve
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