Updates:
        Status: Fixed

Comment #5 on issue 1784 by pr...@goodok.ru: ((x - 2)**2).match((x - a)**2) fails
http://code.google.com/p/sympy/issues/detail?id=1784

Works in master

a = Wild('a', exclude=[x])
r = (x - 2)**2
r.match((x - a)**2)
{a: 2}

So I close it.

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