Thank you for the information and opening the issue.
I checked the output in IPython provided by Sage 7.3 and Sage 7.4. I also 
check the output in IPython 5.1.0 with the simple prompt.

It seems that both outputs in IPython 4 and IPython 5 are same. And the 
behavior in IPython 5.1.0 with simple prompt seems to be a bug.

sage7.3 --ipython
------------------------------
In [2]: Foo()
Out[2]: foo

In [3]: Bar()
Out[3]:
bar
bar

------------------------------

sage7.4 --ipython
------------------------------
In [2]: Foo()
Out[2]: foo

In [3]: Bar()
Out[3]:
bar
bar

------------------------------

ipython --simple-prompt (IPython 5.1.0)
------------------------------
In [2]: Foo()
Out[2]:
foo

In [3]: Bar()
Out[3]:

bar
bar

------------------------------


2017年1月8日日曜日 14時11分08秒 UTC+9 Kwankyu Lee:
>
> I asked in IPython community:
>
> https://github.com/ipython/ipython/issues/10138
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to