Updates:
Labels: Ronan.Lamy
Comment #9 on issue 1915 by asmeurer: Unify make_list with as_Add/as_Mul
http://code.google.com/p/sympy/issues/detail?id=1915
By the way, one advantage of as_Add and as_Mul over make_list and as_args
is that you don't have to import Add or Mul. as_Add and as_Mul are common
idioms, so maybe it would make sense to keep them both but to also add
as_args in case you want as_SomethingElse. I agree to dump make_list,
which requires two imports (make_list and the object).
--
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.