get a line of text from a socket...

Fredrik Lundh fredrik at pythonware.com
Mon Aug 28 18:13:46 EDT 2006


"KraftDiner" wrote:

> What makes asyncore.loop exit?

as most other things you ask about, that's explained in the documentation:

     http://docs.python.org/lib/module-asyncore.html

     loop(...)

     Enter a polling loop that terminates after count passes
     or all open channels have been closed.

</F>




More information about the Python-list mailing list