Gabriel Genellina wrote:

(Pipes don't work the same as sockets, although unix-like systems try hard to hide the differences...)

BSD-based unixes implement pipes using socketpair(), so
pipes actually *are* sockets (or at least they used to be,
not sure whether it's still true).

--
Greg
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to