On 12/14/11 21:35, Kevin Samuel wrote:
from soaplib.core._base import Application, _parse_xml_stringdef parse_xml_string_monkey_patch(self, xml_string, charset=None): return _parse_xml_string(xml_string, charset=None) Application.parse_xml_string = parse_xml_string_monkey_patchIt works fine, so I suppose it can be removed from the source code. Should I fill a ticket on github ? Should I make a clone and a pull request just for that ?
no need, i removed the call to unescape. you did notice that warning about how soaplib is not maintained though, yes?
best, burak _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
