Comment #6 on issue 1457 by smi...@gmail.com: Pretty printing inside big O
http://code.google.com/p/sympy/issues/detail?id=1457

The line containing `self._print(e.args[0])` should be re-written as `self._print(e.expr)` so if O's arguments get changed this will still work. Otherwise, all lines are covered and pass the tests imposed. I didn't check the full suite to see if there is any conflicting test.

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

Reply via email to