SOAPpy icon indicating copy to clipboard operation
SOAPpy copied to clipboard

Results 6 SOAPpy issues
Sort by recently updated
recently updated
newest added

I am puzzled that this simple typo bug has persisted for so many years: The method do_GET on RequestHandler in Server.py is simply incorrectly indented. This way you cannot do...

diveintopython links should be diveintopython.net, not .org. The links on your readme land you at a 410 - Gone page

I've noticed this happening a few times, usually when the underlying socket is dropped. I'd guess in those cases getfile() returns None and read() doesn't make any sense. File "/home/jono/work/virtualenvs/f5test2/eggs/SOAPpy-0.12.5-py2.7.egg/SOAPpy/Client.py",...

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:...