SOAPpy
SOAPpy copied to clipboard
SOAPpy.Client.__Method.__nonzero__ should return an int
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