When we were discussing 'input_sep' and 'output_set' last week, I remarked facetiously to Fernando that I thought I was losing my mind because I remembered seeing what Fernando has listed for the trunk version, but when I tried it (on newkernel) I saw the output he has listed above.<br>
<br>I'm starting to suspect that maybe something *has* changed along the way.<br><br>Evan<br><br><div class="gmail_quote">On Mon, Aug 23, 2010 at 1:23 PM, Brian Granger <span dir="ltr"><<a href="mailto:ellisonbg@gmail.com">ellisonbg@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hmmm, here is what 0.10 looks like for me:<br>
<br>
In [1]: a = 10<br>
<br>
In [2]: a<br>
<br>
Out[2]: 10<br>
<br>
<br>
In [3]:<br>
<div><div></div><div class="h5"><br>
<br>
<br>
On Mon, Aug 23, 2010 at 11:20 AM, Fernando Perez <<a href="http://fperez.net" target="_blank">fperez.net</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>> wrote:<br>
> Hey guys,<br>
><br>
> [Evan might know what's going on here] I'm seeing in the newkernel<br>
> branch extra newlines somewhere:<br>
><br>
> - what trunk looks like:<br>
><br>
> In [1]: np.arange(2,20,3,np.float64)<br>
> Out[1]: array([ 2., 5., 8., 11., 14., 17.])<br>
><br>
> In [2]:<br>
><br>
> - what newkernel produces:<br>
> In [1]: np.arange(2,20,3,np.float64)<br>
><br>
> Out[1]: array([ 2., 5., 8., 11., 14., 17.])<br>
><br>
><br>
> In [2]:<br>
><br>
><br>
> There's one extra newline somewhere in the prompts. I'm guessing it's<br>
> the one before the input prompts, but I could be wrong.<br>
><br>
> This isn't a big deal right now, I just mention it in case you know<br>
> what happened, as I recall Evan was playing with separators recently.<br>
><br>
> Cheers,<br>
><br>
> f<br>
> _______________________________________________<br>
> IPython-dev mailing list<br>
> <a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
> <a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
><br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Brian E. Granger, Ph.D.<br>
Assistant Professor of Physics<br>
Cal Poly State University, San Luis Obispo<br>
<a href="mailto:bgranger@calpoly.edu">bgranger@calpoly.edu</a><br>
<a href="mailto:ellisonbg@gmail.com">ellisonbg@gmail.com</a><br>
</font><div><div></div><div class="h5">_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</div></div></blockquote></div><br>