mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.88k stars 586 forks source link

The function Client.wsdl.dump() was modified to allow to put the print output to a file or other stream. #1213

Open renatodamas opened 3 years ago

renatodamas commented 3 years ago

The function Client.wsdl.dump() was modified to allow to put the print output to a file or other stream.

To the function interface was add a default parameter output=sys.stdout that keeps the current usability and permits flexility to change the output.

close #1212