Issue 1179: Printing a Sum with no explicit limits fails
http://code.google.com/p/sympy/issues/detail?id=1179

Comment #1 by andy.terrel:
Its more broken than just that:

In [16]: s = Sum(f(i,k),(i,0,5),(k,0,2))

In [17]: s
Out[17]: Sum(f(i, k), (i, 0, 5))

A 3 character patch is attached.



Attachments:
        0001-Fix-printing-Sums.patch  869 bytes


Issue attribute updates:
        Labels: NeedsReview

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