Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium CodeInDifficulty-Medium Live CodeInCategory-Code

New issue 2910 by [email protected]: Multiline execution in SymPy Live doesn't print correctly
http://code.google.com/p/sympy/issues/detail?id=2910

At live.sympy.org, if you enter multiple lines at once, and execute them all at once, it only prints the last line entered (though all lines are executed). For example

x
... y
... z
z

But you can see that all lines are executed:

x = 2
... x = x + 2
... print x
4

So we just need to fix the printer. This will be useful for if we fix issue 2580.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to