
Jan. 30, 2013
4:21 p.m.
On 30 January 2013 15:45, Guido van Rossum <guido@python.org> wrote:
In pyuv there is a pecial handle for those (Pipe) which works on both unix and windows with the same interface.
PEP 3156 should add a new API for adding a pipe (either the read or write end). Someone worked on that for a bit, search last week's python-ideas archives.
That was me. There's a patched version of tulip with pipe connector methods and a subprocess transport using them in my bitbucket repository: https://bitbucket.org/pmoore/tulip Paul