En Tue, 22 May 2007 11:11:45 -0300, Larry Bates <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list