Re: Issue 3798 in sympy: pprint evaluates unevaluated term

2013-05-08 Thread sympy
Updates: Status: Fixed Comment #2 on issue 3798 by smi...@gmail.com: pprint evaluates unevaluated term http://code.google.com/p/sympy/issues/detail?id=3798 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue no

Re: Issue 3798 in sympy: pprint evaluates unevaluated term

2013-05-07 Thread sympy
Updates: Labels: NeedsReview smichr Comment #1 on issue 3798 by smi...@gmail.com: pprint evaluates unevaluated term http://code.google.com/p/sympy/issues/detail?id=3798 This is fixed in PR 2080 -- You received this message because this project is configured to send all issue notifi

Issue 3798 in sympy: pprint evaluates unevaluated term

2013-05-01 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium New issue 3798 by smi...@gmail.com: pprint evaluates unevaluated term http://code.google.com/p/sympy/issues/detail?id=3798 Here, print and pprint behave the same: eq=Add(Mul(2,x-2,evaluate=False),5,evaluate=False);eq 2*(x - 2) + 5