Josiah Carlson <[email protected]> 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 <[email protected]>
<http://bugs.python.org/issue5406>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com