> > range is a builtin Python function, so there is nothing we can do > about all that except wait until Python changes (for the better, like > it is doing on your computer's native Python).
Yes, I just didn't know if there was some preparsing that would catch such things. > > The point of srange is to provide a version of range that has much > better semantics for Sage. Yes. > > Even better, of course, is [a..b] and (a...b). Yes! I like [a..b] quite a bit. - kcrisman --~--~---------~--~----~------------~-------~--~----~ 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/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
