Comment #19 on issue 1497 by [email protected]: Remove automatic
distribution 2*(x + y) => 2*x + 2*y
http://code.google.com/p/sympy/issues/detail?id=1497
Please let me know if I'm adding discussion in the wrong place - I don't
want to clutter this issue. I'm working on some of the tests in
test_match.py:
In [4]: p = -x*(S(1)/8 - y)
In [7]: p.match(Wild("coeff", exclude=[x])*x + Wild("rest")).values()
Out[7]: [0, -(-y + 1/8)]
Is this intended? Wouldn't we want the minus to be distributed inside the
brackets here?
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues.
For more options, visit https://groups.google.com/groups/opt_out.