On Mar 3, 10:34 pm, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote:
> On Mon, 3 Mar 2008 07:00:55 -0800 (PST), [EMAIL PROTECTED] declaimed
> the following in comp.lang.python:
>
> > What's the API call for it?
>
>         I'd suspect one of the win32event.WaitFor..., when combined with
> win32file.CreateFile(), win32file.ReadFile() with the Overlapped flag
> set, win32file.WriteFile() with Overlapped flag set...
> --
>         Wulfraed        Dennis Lee Bieber               KD6MOG
>         [EMAIL PROTECTED]             [EMAIL PROTECTED]
>                 HTTP://wlfraed.home.netcom.com/
>         (Bestiaria Support Staff:               [EMAIL PROTECTED])
>                 HTTP://www.bestiaria.com/

select maps to two different calls on Windows.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to