is there enough information?

castironpi at gmail.com castironpi at gmail.com
Tue Mar 4 13:26:33 EST 2008


On Mar 3, 10:34 pm, Dennis Lee Bieber <wlfr... at ix.netcom.com> wrote:
> On Mon, 3 Mar 2008 07:00:55 -0800 (PST), castiro... at gmail.com 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
>         wlfr... at ix.netcom.com              wulfr... at bestiaria.com
>                 HTTP://wlfraed.home.netcom.com/
>         (Bestiaria Support Staff:               web-a... at bestiaria.com)
>                 HTTP://www.bestiaria.com/

select maps to two different calls on Windows.



More information about the Python-list mailing list