[python-win32] select.poll()

Gabriel Genellina gagsl-p32 at yahoo.com.ar
Tue Apr 25 03:22:37 CEST 2006


At Saturday 22/4/2006 09:56, Vahid Noroozi wrote:

>in windows python select module doesn't suppport poll()
>i wanted to know if it is possible to implement poll function by 
>using select.select() function in windows.

What do you want to do?
select.select() only accepts sockets in Windows, not any file.
WaitForMultipleEvent might be useful but depends on what you need.



Gabriel Genellina
Softlab SRL 

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar


More information about the Python-win32 mailing list