Hi Daniel, On 2016-04-21, Daniel Krenn <[email protected]> wrote: > What about doctests? Manually add these import there everywhere? Or is > there a "better way"?
I suppose it would be enough if SageMath would do the "from __future__" imports at startup. In that way, the doc tests would automatically have to comply with Python 3, isn't it? Of course, many doctest would have to be rewritten. Users would be required to comply with Python 3 in interactive sessions, too. Best regards, Simon -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
