python-zeep icon indicating copy to clipboard operation
python-zeep copied to clipboard

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

Open renatodamas opened this issue 4 years ago • 0 comments

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

renatodamas avatar Apr 16 '21 18:04 renatodamas