Re: select.poll() and WSAPoll

2008-05-06 Thread Jean-Paul Calderone
On Tue, 6 May 2008 08:44:36 -0700 (PDT), Giles Brown <[EMAIL PROTECTED]> wrote: On 6 May, 14:18, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: On Tue, 6 May 2008 08:36:28 -0400, inhahe <[EMAIL PROTECTED]> wrote: >select.poll isn't supported on Windows, because Windows doesn't have such a >featu

Re: select.poll() and WSAPoll

2008-05-06 Thread Giles Brown
On 6 May, 14:18, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: > On Tue, 6 May 2008 08:36:28 -0400, inhahe <[EMAIL PROTECTED]> wrote: > >select.poll isn't supported on Windows, because Windows doesn't have such a > >feature, or at least it didn't until Vista. Vista implements the same thing > >bu

Re: select.poll() and WSAPoll

2008-05-06 Thread inhahe
> I don't think we can officially support WPAPoll since Python 2.6 is > suppose to run on Windows 2000 and XP, too. > > Christian > Oh, yeah, I was wondering about that, since there aren't separate distributions of Python for Vista vs. XP etc. But I wonder if Python could just give an attribut

Re: select.poll() and WSAPoll

2008-05-06 Thread Jean-Paul Calderone
On Tue, 6 May 2008 08:36:28 -0400, inhahe <[EMAIL PROTECTED]> wrote: select.poll isn't supported on Windows, because Windows doesn't have such a feature, or at least it didn't until Vista. Vista implements the same thing but called WSAPoll, an article is here http://blogs.msdn.com/wndp/archive/

Re: select.poll() and WSAPoll

2008-05-06 Thread Christian Heimes
inhahe schrieb: > select.poll isn't supported on Windows, because Windows doesn't have such a > feature, or at least it didn't until Vista. Vista implements the same thing > but called WSAPoll, an article is here > http://blogs.msdn.com/wndp/archive/2006/10/26/WSAPoll.aspx > I hope that the ne

select.poll() and WSAPoll

2008-05-06 Thread inhahe
select.poll isn't supported on Windows, because Windows doesn't have such a feature, or at least it didn't until Vista. Vista implements the same thing but called WSAPoll, an article is here http://blogs.msdn.com/wndp/archive/2006/10/26/WSAPoll.aspx I hope that the next edition of Python suppo