[IPython-dev] [ANN] IPython kernel 4.3

MinRK benjaminrk at gmail.com
Thu Feb 25 11:00:49 EST 2016


We’ve just released 4.3 of the IPython kernel. It has a few compatibility
fixes, but the main change is that all output is published from a
background thread. This fixes a couple of annoying problems:

   1. no more need for those pesky sys.stdout.flush() calls to ensure that
   your print statements show up promptly in long-running cells.
   2. output from subprocesses and threads should get published in a more
   natural order when concurrent with main process output

-MinRK
​
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20160225/cb69061c/attachment.html>


More information about the IPython-dev mailing list