Return a string result with out breaking loop

Fredrik Lundh fredrik at pythonware.com
Tue Aug 26 13:11:50 EDT 2008


Andrew wrote:

> Yield returns the result I am looking for... however it does not 
> continue looping. It does the same thing as return would

the XML-RPC protocol doesn't really support your use case; for each 
call, the client issues a complete request package, and the server 
produces a complete response in return.

</F>




More information about the Python-list mailing list