On Fri, Jun 5, 2009 at 9:27 PM, smichr<[email protected]> wrote:
>
>
>
> On Jun 5, 9:32 am, "Aaron S. Meurer" <[email protected]> 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.

Thanks. It might be a problem just on windows -- I already installed
windows7 into a virtualbox, so I'll try to go over it soon.

Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to