While reviewing #7981, I discoverd something a little interesting.

sage: animate([plot(sin(x + float(k)), (0, 2*pi), ymin=-5, ymax=5)
...            for k in srange(0,2*pi,0.3)]).show() # optional

You'd think this would be optional.  Nope - it creates a file in
doctesting.

So my question is whether this is a bug or not.  There aren't too many
places where we are (yet) taking advantage of the (new?) behavior that
ellipses are allowed for continuation instead of slashes, at least
where I spend my time, but my sense is that this is not desirable.
Still, I can also imagine that it is.  Any comments?  (If it's bug for
sure, please open a ticket.)

- kcrisman

-- 
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to