Comment #6 on issue 1630 by ryanlists: mul had a reference to s.base in the  
loop over o
http://code.google.com/p/sympy/issues/detail?id=1630

So, I am still having issues with the patch.  The patch appears to change  
line 388 of
core/power.py.  That line appears at line 391 of my repo (recent pull from  
the
official repo).  And it appears that my line 391 already has the change.   
Here is my
lines 390 and 391 from core/power.py:

         elif exp.is_Integer and exp.p < 0 and base.is_Add:
             return 1 / Pow(base,  
-exp.p)._eval_expand_multinomial(deep=False)


I will focus on contributing tests for this issue for now.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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

Reply via email to