[issue5406] asyncore doc issue

Josiah Carlson report at bugs.python.org
Mon Mar 9 08:39:16 CET 2009


Josiah Carlson <josiahcarlson at users.sourceforge.net> added the comment:

Actually, that's exactly what it does.  If the count is missing, it 
defaults to None.  The code that is executed is exactly:

    if count is None:
        while map:
            poll_fun(timeout, map)

It will loop until the map is empty.

----------
message_count: 1.0 -> 2.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5406>
_______________________________________


More information about the Python-bugs-list mailing list