Giampaolo Rodola' <g.rod...@gmail.com> added the comment:

You have misinterpreted the purpose of timeout argument.
"timeout" argument tells select() or poll() how long they have to wait before 
returning in case no file descriptors are ready.
This has nothing to do with asyncore.loop() which is supposed to keep running 
except when:

- all file descriptors have been closed/extinguished
- the count argument is provided

...in which case it finally returns.
Closing out as invalid.

----------
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10982>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to