SOAPpy icon indicating copy to clipboard operation
SOAPpy copied to clipboard

SOAPpy.Client.__Method.__nonzero__ should return an int

Open akvadrako opened this issue 14 years ago • 0 comments

Hi. When I create a SOAPProxy() object and try to put it in standard collections I get problems because it doesn't follow the nonzero rules.

calling bool(SOAPProxy(...)) results in:

TypeError: nonzero should return an int

akvadrako avatar Jun 24 '11 11:06 akvadrako