Comment #4 on issue 2114 by asmeurer: Mul.make_args(S.One) returns ()
http://code.google.com/p/sympy/issues/detail?id=2114

Another thing to consider is if it is or isn't inconsistent for Mul.make_args(S.One) to return (S.one,), but for something like Mul.make_args(S.one) to return (x,) instead of (S.One, x) (Probably it isn't, since any algorithm that is handling Mul arguments should be able to handle S.One trivially).

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