[Soap-Python] Problem with spyne 2.9.3 and lxml 3.1.0

Burak Arslan burak.arslan at arskom.com.tr
Wed Feb 27 11:40:31 CET 2013


On 02/27/13 12:30, azurIt wrote:
> Hm, strange, works also here on 2.6.6 (tried both 32bit and 64bit):

Strange indeed. Michael or Azur, if the below test case is not working 
for you, could you help me in isolating what was failing before and how 
*actually* my patch fixes it?

By the way, 2.9.4 is out on the pypi. I was hoping for this to be the 
last release in 2.9 series, but if we get to the bottom of this quirk, I 
can make another release.

Best,
Burak

> Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48)
> [GCC 4.4.5] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> >>>from decimal import Decimal
>>>> >>>Decimal('Infinity') > 5
> True
>>>> >>>Decimal('Infinity') > 5.0
> True



More information about the Soap mailing list