Just to add to that, trying it in qtconsole, it gives the continuation prompt:<br><br>In [0]: "hi"<br>    ...:<br><br>Also, I don't know if it's useful information, but I just updated IPython 3k from master, and I can't replicate this in either the terminal or the qtconsole. So perhaps it's tied to character encoding somehow.<br>

<br>Thomas<br><br><div class="gmail_quote">On 23 January 2011 02:57, Brian Granger <span dir="ltr"><<a href="mailto:ellisonbg@gmail.com">ellisonbg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Fernando,<br>
<br>
Thomas reported this on IRC today.  In current trunk we have a bug:<br>
<br>
In [1]: "asdf"<br>
<br>
In [1]: 10<br>
Out[1]: 10<br>
<br>
This happens also in my display branch.  I have also checked to make<br>
sure this is not in the display hook logic.  The displayhook is indeed<br>
set correctly, but it is just not firing:<br>
<br>
In [2]: import sys<br>
<br>
In [3]: sys.displayhook("asdf")<br>
Out[3]: 'asdf'<br>
<br>
The only thing I can imagine is that the<br>
run_cell/run_source/run_run_code now makes decisions about mode things<br>
get compiled in, and this is the only thing (in our control) that<br>
determines if displayhook is called.  Any ideas on this one?  You know<br>
this part of the code better than any of us.<br>
<br>
Cheers,<br>
<br>
Brian<br>
<br>
--<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>
_______________________________________________<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>
</blockquote></div><br>