[Python-Dev] Towards native fileevents in Python (Was Re: Python multiplexing is too hard)

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Tue, 23 May 2000 09:50:56 +0200


Alexandre Ferrieux wrote:
> Other. Forget about sockets here, we're talking about true anonymous
> pipes, under 95 and NT. Since they are not waitable nor peekable,

I thought PeekNamedPipe worked just fine on anonymous pipes.

or are "true anonymous pipes" not the same thing as anonymous
pipes created by CreatePipe?

</F>