[IPython-dev] Re: Changes to Notebook Format
Robert Kern
rkern at ucsd.edu
Thu Aug 4 18:47:29 EDT 2005
[This ought to be in reply to Hans's message, but it hasn't propogated
to GMane, yet.]
Hans Meine wrote:
> However, isn't there a problem with os.pipe() buffering? I thought
> you'd probably have to read() at one point to prevent blocking of
> further write()s.
You're right, and it starts blocking pretty early. We can resolve that
by redirecting to a real file instead.
--
Robert Kern
rkern at ucsd.edu
"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: redirfile.py
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20050804/d5f5f9fc/attachment.ksh>
More information about the IPython-dev
mailing list