Message4449

Author billiejoex
Recipients amak, billiejoex, irmen, zyasoft
Date 2009-04-05.19:07:58
SpamBayes Score 1.4247617e-07
Marked as misclassified No
Message-id <1238958479.22.0.569143987754.issue1291@psf.upfronthosting.co.za>
In-reply-to
Content
> The best workaround in this case 
> is to use select.poll() objects 
> instead of the select.select() function. 

This is incorrect since poll() doesn't exist on Windows.
History
Date User Action Args
2009-04-05 19:07:59billiejoexsetmessageid: <1238958479.22.0.569143987754.issue1291@psf.upfronthosting.co.za>
2009-04-05 19:07:59billiejoexsetrecipients: + billiejoex, amak, irmen, zyasoft
2009-04-05 19:07:59billiejoexlinkissue1291 messages
2009-04-05 19:07:58billiejoexcreate