On Jun 5, 9:32 am, "Aaron S. Meurer" <asmeu...@gmail.com> wrote:
> I cannot reproduce this.  match returns None for me in that case.  If
> it returns b:3, then it is wrong.

I'm not sure what's different. I just synced my python sympy with the
git master sympy and obtained the same result:

PythonWin 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit
(Intel)] on win32.
Portions Copyright 1994-2008 Mark Hammond - see 'Help/About PythonWin'
for further copyright information.
>>> from sympy import *
>>> >>> from sympy import *
>>> x=Symbol('x',dummy=True);b=Wild('b',exclude=[x]);(3*x).match(x/b)
{b_: 3}

I'll post it as an issue.

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

Reply via email to