[PATCH] Move expand and friends from core.functions to simplify.expand

2009-07-11 Thread Priit Laes
While trying to figure out the cause of bug #1527, I noticed some low-hanging stuff that could be easily fixed.. :) While looking around in sympy/core/function.py I noticed it contains bunch of extend*() functionality, which IMHO does not belong there. So I decided to move all these functions to

Re: [PATCH] Move expand and friends from core.functions to simplify.expand

2009-07-11 Thread Aaron S. Meurer
On Jul 11, 2009, at 6:59 AM, Priit Laes wrote: > > While trying to figure out the cause of bug #1527, I noticed some > low-hanging stuff that could be easily fixed.. :) > > While looking around in sympy/core/function.py I noticed it contains > bunch of extend*() functionality, which IMHO does not

Re: [PATCH] Move expand and friends from core.functions to simplify.expand

2009-07-11 Thread Alan Bromborsky
Aaron S. Meurer wrote: > On Jul 11, 2009, at 6:59 AM, Priit Laes wrote: > > >> While trying to figure out the cause of bug #1527, I noticed some >> low-hanging stuff that could be easily fixed.. :) >> >> While looking around in sympy/core/function.py I noticed it contains >> bunch of extend*()

Re: [PATCH] Move expand and friends from core.functions to simplify.expand

2009-07-12 Thread Priit Laes
Ühel kenal päeval, L, 2009-07-11 kell 13:25, kirjutas Alan Bromborsky: > Aaron S. Meurer wrote: > > On Jul 11, 2009, at 6:59 AM, Priit Laes wrote: > > > >> I also introduced one bug with manual as GA.extend() function is > >> hijacking the regular extend() function's id, so the link does not

Re: [PATCH] Move expand and friends from core.functions to simplify.expand

2009-07-12 Thread Alan Bromborsky
Priit Laes wrote: > Ühel kenal päeval, L, 2009-07-11 kell 13:25, kirjutas Alan Bromborsky: > >> Aaron S. Meurer wrote: >> >>> On Jul 11, 2009, at 6:59 AM, Priit Laes wrote: >>> >>> I also introduced one bug with manual as GA.extend() function is hijacking the regular ex