pipe tutorial

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Tue May 22 10:51:39 EDT 2007


En Tue, 22 May 2007 11:11:45 -0300, Larry Bates <larry.bates at websafe.com>  
escribió:

> Gigs_ wrote:
>> does anyone know some good tutorial on pipes in python?
>
> Pipes is specific only to Windows (you can use sockets
> on Windows/Linux/mac).  The only specific treatment of
> pipes I've seen is in Python Programming for Win32 by
> Mark Hammond/Andy Robinson.

There are pipes in Unix too, named and anonymous, and I think they predate  
its introduction in Windows (first on NT4 I believe). "Pipes" used to  
redirect standard input/output are certainly much older.
To the OP: what do you want to do, exactly?

-- 
Gabriel Genellina




More information about the Python-list mailing list