Comment #9 on issue 2125 by smichr: Using Integers as python slices. http://code.google.com/p/sympy/issues/detail?id=2125
I see that it must have some smarts about when to and when not to return an int because a=S(1); b = S(2); a/b gives 1/2, not 0. Are we ever going to be bitten by a situation where it returns an int when we wish it wouldn't? How does it know when to return an int?
-- 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.
