In message <[email protected]>, Nobody wrote:
> Another gotcha regarding pipes: the reader only sees EOF once there are no > writers, i.e. when the *last* writer closes their end. Been there, been bitten by that. -- http://mail.python.org/mailman/listinfo/python-list
