Comment #7 on issue 2125 by smichr: Using Integers as python slices.
http://code.google.com/p/sympy/issues/detail?id=2125
I'm -1 on this. If this is allowed it means that we will lose the ability
to do sympy things with the Integers, like vector multiplication (should
that ever gain a favorable nod):
S(2)*[1] = [2]
2*[1] = [1, 1]
I would vote to leave this alone. If someone wants to leave sympyland in an
expression they only need enclose the symbol as int(a)*[1]
How often are python-like things being done in the sympy environment?
--
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.