Comment #3 on issue 2677 by [email protected]: subs(Eq) does not work http://code.google.com/p/sympy/issues/detail?id=2677
I would disagree, too. Eq is a Basic item; subs is expecting a sequence or two Basics of which Eq is neither. I'm not sure why list(Basic) should give something like a list of the args. If you want this then you can send it as subs(*eq.args) which is clear and unambiguous.
-- 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.
