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

Brian Granger ellisonbg at gmail.com
Mon Aug 23 14:23:50 EDT 2010


Hmmm, here is what 0.10 looks like for me:

In [1]: a = 10

In [2]: a

Out[2]: 10


In [3]:



On Mon, Aug 23, 2010 at 11:20 AM, Fernando Perez <fperez.net at gmail.com> wrote:
> 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
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>



-- 
Brian E. Granger, Ph.D.
Assistant Professor of Physics
Cal Poly State University, San Luis Obispo
bgranger at calpoly.edu
ellisonbg at gmail.com



More information about the IPython-dev mailing list