Updates:
        Labels: NeedsReview smichr

Comment #2 on issue 3041 by smi...@gmail.com: tryring to replace a Tuple with subs fails
http://code.google.com/p/sympy/issues/detail?id=3041

This is working in https://github.com/sympy/sympy/pull/690

1 + Sum(x, (x, 1, 2))
1 + Sum(x, (x, 1, 2))
_.subs(Tuple(x, 1, 2), Tuple(x, 1, 3))
1 + Sum(x, (x, 1, 3))


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

Reply via email to