[python-win32] how to get select behavior for non-socket objects

Tim Roberts timr at probo.com
Tue Jul 24 18:52:16 CEST 2007


Brian Martin wrote:
> Hello, I understand that the select module will only work with sockets
> under windows. Is there a built-in python module for win32 that
> provides some kind of multiplexing ability for something like a serial
> port (via pyserial).

There's just no good way to implement such a thing in the Windows API.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-win32 mailing list