Updates:
        Labels: -Milestone-Release0.7.0 Milestone-Release0.7.1

Comment #3 on issue 2415 by asmeurer: Poly(x, x) * I != I * Poly(x, x)
http://code.google.com/p/sympy/issues/detail?id=2415

This is just because Expr.__mul__ eats up the Poly. To play it safe, you should always to Poly*Poly (like Poly(x, x)*Poly(I, x)) or Poly.as_expr()*Expr (like Poly(x, x).as_expr()*I), depending on what you want.

And please don't block issues on this release unless they are really important. I am trying to get the release out, but the number of issues at http://code.google.com/p/sympy/issues/list?q=label:Milestone-Release0.7.0 keeps growing, instead of shrinking like it should.

--
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