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

I agree with smichr on this. Although the current behavior is technically correct, it appears inconsistent when you get Mul.make_args(2) == (2,), but Mul.make_args(1) == tuple(). I think that the current behavior can quickly become a source of bugs. (I had one recently in the secondquant pull request, as I didn't expect a Mul without arguments.)

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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.

Reply via email to