Comment #6 on issue 2571 by asmeurer: Regression in Integral.subs http://code.google.com/p/sympy/issues/detail?id=2571
The way I see it, there should be no dummies involved with indefinite integrals.
On the other hand, it doesn't make sense to allow substitution in the integration variable. So I would say Integral(x, x).subs(x, 5) should return Integral(5, x), i.e., 5*x.
-- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to sympy-issues@googlegroups.com. To unsubscribe from this group, send email to sympy-issues+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.