Comment #19 on issue 2125 by Vinzent.Steinberg: Using Integers as python slices.
http://code.google.com/p/sympy/issues/detail?id=2125
I prefer consistency with python over vectorization of sympy integers. If someone wants this behavior, he can use a special object instead of a list. So +1 on
S(2) * [1, 1]
[1, 1, 1, 1] -- 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.
