This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author josiahcarlson
Recipients giampaolo.rodola, josiah.carlson, josiahcarlson
Date 2009-03-09.07:39:13
SpamBayes Score 0.078451745
Marked as misclassified No
Message-id <1236584356.29.0.573552226078.issue5406@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-03-09 07:39:16josiahcarlsonsetrecipients: + josiahcarlson, giampaolo.rodola, josiah.carlson
2009-03-09 07:39:16josiahcarlsonsetmessageid: <1236584356.29.0.573552226078.issue5406@psf.upfronthosting.co.za>
2009-03-09 07:39:14josiahcarlsonlinkissue5406 messages
2009-03-09 07:39:14josiahcarlsoncreate