Message4451

Author billiejoex
Recipients amak, billiejoex, irmen, zyasoft
Date 2009-04-05.23:14:54
SpamBayes Score 0.002750439
Marked as misclassified No
Message-id <1238973295.6.0.589441576305.issue1291@psf.upfronthosting.co.za>
In-reply-to
Content
> There may be a deeper relationship between the facts that 
> A. java.nio.channels.Selector has problems on Windows
> B. Cpython's select module on Windows does not have a poll object.

It's not that cPython avoided to add Windows poll() support.
poll() system call is *UNIX only*.

> I'm beginning to regret supporting the select.select function. 

Having select() support is good for Windows users since it's often the
only chance they have for doing socket multiplexing.
History
Date User Action Args
2009-04-05 23:14:55billiejoexsetmessageid: <1238973295.6.0.589441576305.issue1291@psf.upfronthosting.co.za>
2009-04-05 23:14:55billiejoexsetrecipients: + billiejoex, amak, irmen, zyasoft
2009-04-05 23:14:55billiejoexlinkissue1291 messages
2009-04-05 23:14:54billiejoexcreate