[IPython-dev] Spurious newline in prompts in newkernel?

Fernando Perez fperez.net at gmail.com
Mon Aug 23 14:20:40 EDT 2010


Hey guys,

[Evan might know what's going on here] I'm seeing in the newkernel
branch extra newlines somewhere:

- what trunk looks like:

In [1]: np.arange(2,20,3,np.float64)
Out[1]: array([  2.,   5.,   8.,  11.,  14.,  17.])

In [2]:

- what newkernel produces:
In [1]: np.arange(2,20,3,np.float64)

Out[1]: array([  2.,   5.,   8.,  11.,  14.,  17.])


In [2]:


There's one extra newline somewhere in the prompts.  I'm guessing it's
the one before the input prompts, but I could be wrong.

This isn't a big deal right now, I just mention it in case you know
what happened, as I recall Evan was playing with separators recently.

Cheers,

f



More information about the IPython-dev mailing list