In article <mailman.552.1376435986.1251.python-l...@python.org>,
 Jack Bates <tdh...@nottheoilrig.com> wrote:

> Can anyone suggest a way to get a pair of file descriptor numbers such 
> that data written to one can be read from the other and vice versa?
> 
> Is there anything like os.pipe() where you can read/write both ends?
> 
> Thanks!

I think you're looking for socket.socketpair()
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to