POLL in different OSes

Mark Rowe mark21rowe at yahoo.com
Tue Oct 23 00:54:13 EDT 2001


Hello,

>From the interpreter under Windows:

Python 2.2b1 (#25, Oct 19 2001, 11:44:52) [MSC 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import select
>>> select.poll
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
AttributeError: 'module' object has no attribute 'poll'
>>> dir(select)
['__doc__', '__file__', '__name__', 'error', 'select']
>>>

I guess its not :)

Mark Rowe


"Lucio Torre" <lucio at movilogic.com> wrote in message
news:mailman.1003802122.10872.python-list at python.org...
> From the documentation:
>
> "The poll() system call, supported on most Unix systems"
>
> and my questions:
>
> a) is poll supported on Windows?
>
> my guess is no, but i hoping for a yes.
>
> thanks
>
>





More information about the Python-list mailing list