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 loewis
Recipients Justin.Cappos, bbangert, exarkun, giampaolo.rodola, loewis, ned.deily, nicdumz, pitrou, ronaldoussoren, roysmith
Date 2010-11-22.07:54:53
SpamBayes Score 1.230748e-06
Marked as misclassified No
Message-id <4CEA21CC.4010907@v.loewis.de>
In-reply-to <1290388934.12.0.651177427391.issue7995@psf.upfronthosting.co.za>
Content
> Set blocking or non-blocking mode of the socket: if flag is 0, the
> socket is set to non-blocking, else to blocking mode.
> 
> This seems to imply that timeout = None -> blocking.

I see. So gettimeout() should really make a system call, to determine
whether to return 0.0 or None.
History
Date User Action Args
2010-11-22 07:54:57loewissetrecipients: + loewis, ronaldoussoren, exarkun, roysmith, pitrou, giampaolo.rodola, ned.deily, nicdumz, bbangert, Justin.Cappos
2010-11-22 07:54:53loewislinkissue7995 messages
2010-11-22 07:54:53loewiscreate