When generating python client interfaces from WSDL files,
it would be nice if documentation tags came through as
pydoc, so that a user of the interfaces could do
something like:
pydoc foo_client.py
And get method documentation as specified in the WSDL file.
See also:
http://sourceforge.net/mailarchive/forum.php?thread_id=10043608&forum_id=1729
Attached is a patch against trunk that inserts
documentation elements in the operation elements into
the doc strings of methods in the foo_client.py
generated file.
patch